Home
last modified time | relevance | path

Searched refs:BTN_LEFT (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/frameworks/native/services/inputflinger/tests/
H A DTouchpadInputMapper_test.cpp55 {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 DCapturedTouchpadEventConverter_test.cpp898 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 DCursorInputMapper_test.cpp149 {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 DMultiTouchInputMapper_test.cpp68 setScanCodeState(KeyState::UP, {BTN_LEFT, BTN_RIGHT, BTN_MIDDLE, in SetUp()
/aosp_15_r20/hardware/libhardware/tests/input/evdev/
H A DMouseInputMapper_test.cpp49 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 DCursorButtonAccumulator.cpp29 mBtnLeft = deviceContext.isKeyPressed(BTN_LEFT); in reset()
57 case BTN_LEFT: in process()
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Ddefaults.rs267 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 Dinput05.c87 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup()
H A Dinput_helper.c243 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
/aosp_15_r20/external/autotest/client/cros/graphics/
H A Dgraphics_uinput.py54 uinput.BTN_LEFT,
/aosp_15_r20/external/autotest/client/bin/input/
H A Dlinux_input.py473 BTN_LEFT = 0x110 variable
1173 BTN_LEFT : 'LEFT',
/aosp_15_r20/external/ltp/libs/libltpuinput/
H A Dtst_uinput.c118 SAFE_IOCTL(fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
/aosp_15_r20/hardware/libhardware/modules/input/evdev/
H A DMouseInputMapper.cpp40 {BTN_LEFT, INPUT_USAGE_BUTTON_PRIMARY},
/aosp_15_r20/packages/modules/Virtualization/libs/framework-virtualization/src/android/system/virtualmachine/
DVirtualMachine.java1028 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 Dlib.rs149 Self::key(BTN_LEFT, has_contact, false) in left_click()
/aosp_15_r20/device/google/cuttlefish/host/libs/input_connector/
Dinput_devices.cpp145 std::vector<int> buttons = {BTN_LEFT, BTN_MIDDLE, BTN_RIGHT, BTN_BACK, in SendButtonEvent()
/aosp_15_r20/frameworks/native/libs/input/
H A DVirtualInputDevice.cpp79 ioctl(fd, UI_SET_KEYBIT, BTN_LEFT); in openUinput()
485 {AMOTION_EVENT_BUTTON_PRIMARY, BTN_LEFT},
/aosp_15_r20/external/libxkbcommon/test/
H A Devdev-scancodes.h303 #define BTN_LEFT 0x110 macro
/aosp_15_r20/external/strace/xlat/
H A Devdev_keycode.h1781 #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/
Dframework-virtualization.jarMETA-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/
Dframework-virtualization.jarandroid/system/virtualmachine/VirtualizationService.class VirtualizationService.java package android.system.virtualmachine android ...
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c33 #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/
Dinput-event-codes.h311 #define BTN_LEFT 0x110 macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/bionic/libc/kernel/uapi/linux/
Dinput-event-codes.h310 #define BTN_LEFT 0x110 macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/linux/
Dinput-event-codes.h311 #define BTN_LEFT 0x110 macro

123