/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | TouchpadInputMapper_test.cpp | 55 {BTN_LEFT, BTN_RIGHT, BTN_TOOL_FINGER, BTN_TOOL_QUINTTAP, BTN_TOUCH, in SetUp() 71 BTN_LEFT, BTN_RIGHT, in SetUp() 81 mapKey(EVENTHUB_ID, BTN_LEFT, /*usageCode=*/0, /*metaState=*/0, testing::_, in SetUp() 147 args += process(EV_KEY, BTN_LEFT, 1); in TEST_F() 148 setScanCodeState(KeyState::DOWN, {BTN_LEFT}); in TEST_F() 151 args += process(EV_KEY, BTN_LEFT, 0); in TEST_F() 152 setScanCodeState(KeyState::UP, {BTN_LEFT}); in TEST_F()
|
H A D | CapturedTouchpadEventConverter_test.cpp | 898 processAxis(conv, EV_KEY, BTN_LEFT, 1); in TEST_F() 913 processAxis(conv, EV_KEY, BTN_LEFT, 0); in TEST_F() 931 processAxis(conv, EV_KEY, BTN_LEFT, 1); in TEST_F() 963 processAxis(conv, EV_KEY, BTN_LEFT, 1); in TEST_F() 985 processAxis(conv, EV_KEY, BTN_LEFT, 0); in TEST_F() 1002 processAxis(conv, EV_KEY, BTN_LEFT, 1); in TEST_F() 1021 processAxis(conv, EV_KEY, BTN_LEFT, 0); in TEST_F()
|
H A D | CursorInputMapper_test.cpp | 149 {BTN_LEFT, BTN_RIGHT, BTN_MIDDLE, BTN_BACK, BTN_SIDE, BTN_FORWARD, in SetUpWithBus() 233 args += process(EV_KEY, BTN_LEFT, 1); in TEST_F() 253 args += process(EV_KEY, BTN_LEFT, 0); in TEST_F() 274 args += process(EV_KEY, BTN_LEFT, 1); in TEST_F() 288 args += process(EV_KEY, BTN_LEFT, 0); in TEST_F() 737 args += process(ARBITRARY_TIME, EV_KEY, BTN_LEFT, 1); in TEST_F() 747 args += process(ARBITRARY_TIME, EV_KEY, BTN_LEFT, 0); in TEST_F()
|
H A D | MultiTouchInputMapper_test.cpp | 68 setScanCodeState(KeyState::UP, {BTN_LEFT, BTN_RIGHT, BTN_MIDDLE, in SetUp()
|
/aosp_15_r20/hardware/libhardware/tests/input/evdev/ |
H A D | MouseInputMapper_test.cpp | 49 deviceNode.addKeys(BTN_LEFT, BTN_RIGHT, BTN_MIDDLE); in TEST_F() 80 deviceNode.addKeys(BTN_LEFT, BTN_RIGHT, BTN_MIDDLE); in TEST_F() 111 {0, EV_KEY, BTN_LEFT, 1}, in TEST_F() 113 {2, EV_KEY, BTN_LEFT, 0}, in TEST_F()
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/accumulator/ |
H A D | CursorButtonAccumulator.cpp | 29 mBtnLeft = deviceContext.isKeyPressed(BTN_LEFT); in reset() 57 case BTN_LEFT: in process()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/input/ |
H A D | defaults.rs | 267 BTN_LEFT, in default_multitouchpad_events() 301 virtio_input_bitmap::from_bits(&[BTN_TOOL_FINGER, BTN_TOUCH, BTN_LEFT, BTN_RIGHT]), in default_trackpad_events() 311 virtio_input_bitmap::from_bits(&[BTN_LEFT, BTN_RIGHT, BTN_MIDDLE]), in default_mouse_events()
|
/aosp_15_r20/external/ltp/testcases/kernel/input/ |
H A D | input05.c | 87 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup()
|
H A D | input_helper.c | 243 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
|
/aosp_15_r20/external/autotest/client/cros/graphics/ |
H A D | graphics_uinput.py | 54 uinput.BTN_LEFT,
|
/aosp_15_r20/external/autotest/client/bin/input/ |
H A D | linux_input.py | 473 BTN_LEFT = 0x110 variable 1173 BTN_LEFT : 'LEFT',
|
/aosp_15_r20/external/ltp/libs/libltpuinput/ |
H A D | tst_uinput.c | 118 SAFE_IOCTL(fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
|
/aosp_15_r20/hardware/libhardware/modules/input/evdev/ |
H A D | MouseInputMapper.cpp | 40 {BTN_LEFT, INPUT_USAGE_BUTTON_PRIMARY},
|
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/ |
D | VirtualMachine.java | 1028 short BTN_LEFT = 0x110; in sendMouseEventInternal() local 1034 keyCode = BTN_LEFT; in sendMouseEventInternal() 1259 short BTN_LEFT = 0x110; in sendTrackpadEventInternal() local 1263 keyCode = BTN_LEFT; in sendTrackpadEventInternal()
|
/aosp_15_r20/external/crosvm/linux_input_sys/src/ |
H A D | lib.rs | 149 Self::key(BTN_LEFT, has_contact, false) in left_click()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/input_connector/ |
D | input_devices.cpp | 145 std::vector<int> buttons = {BTN_LEFT, BTN_MIDDLE, BTN_RIGHT, BTN_BACK, in SendButtonEvent()
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | VirtualInputDevice.cpp | 79 ioctl(fd, UI_SET_KEYBIT, BTN_LEFT); in openUinput() 485 {AMOTION_EVENT_BUTTON_PRIMARY, BTN_LEFT},
|
/aosp_15_r20/external/libxkbcommon/test/ |
H A D | evdev-scancodes.h | 303 #define BTN_LEFT 0x110 macro
|
/aosp_15_r20/external/strace/xlat/ |
H A D | evdev_keycode.h | 1781 #if defined(BTN_LEFT) || (defined(HAVE_DECL_BTN_LEFT) && HAVE_DECL_BTN_LEFT) 1783 static_assert((BTN_LEFT) == (0x110), "BTN_LEFT != 0x110"); 1786 # define BTN_LEFT 0x110 4127 [BTN_LEFT] = XLAT(BTN_LEFT),
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/framework-virtualization/framework-virtualization.impl/android_common_apex10000/javac/ |
D | framework-virtualization.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/system/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/libs/framework-virtualization/framework-virtualization.impl/android_common_apex10000/repackaged-jarjar/javac/ |
D | framework-virtualization.jar | android/system/virtualmachine/VirtualizationService.class
VirtualizationService.java
package android.system.virtualmachine
android ... |
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | display_wl.c | 33 #define BTN_LEFT 0x110 macro 420 if (button == BTN_LEFT) { in pointer_button_handler()
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/bionic/libc/kernel/uapi/linux/ |
D | input-event-codes.h | 311 #define BTN_LEFT 0x110 macro
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/ |
D | input-event-codes.h | 310 #define BTN_LEFT 0x110 macro
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | input-event-codes.h | 311 #define BTN_LEFT 0x110 macro
|