Searched refs:BTN_LEFT (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/input/ |
D | input05.c | 87 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup()
|
D | input_helper.c | 217 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
|
/external/autotest/client/cros/graphics/ |
D | graphics_uinput.py | 53 uinput.BTN_LEFT,
|
/external/crosvm/devices/src/virtio/input/ |
D | defaults.rs | 147 virtio_input_bitmap::from_bits(&[BTN_TOOL_FINGER, BTN_TOUCH, BTN_LEFT, BTN_RIGHT]), in default_trackpad_events() 157 virtio_input_bitmap::from_bits(&[BTN_LEFT, BTN_RIGHT, BTN_MIDDLE]), in default_mouse_events()
|
D | constants.rs | 312 pub const BTN_LEFT: u16 = 0x110; constant
|
/external/ltp/libs/libltpuinput/ |
D | tst_uinput.c | 118 SAFE_IOCTL(fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 466 BTN_LEFT = 0x110 variable 1166 BTN_LEFT : 'LEFT',
|
D | input_device.py | 504 return int(self._get_value(EV_KEY, BTN_LEFT) == 1)
|
/external/libxkbcommon/test/ |
D | evdev-scancodes.h | 303 #define BTN_LEFT 0x110 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 355 #define BTN_LEFT 0x110 macro
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 168 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
|
/external/strace/xlat/ |
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),
|
D | evdev_keycode.in | 285 BTN_LEFT 0x110
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 36 BTN_LEFT, BTN_RIGHT, EV_KEY, EV_REL, REL_X, REL_Y, REL_WHEEL, 3563 linux_input_button = {'LEFT': BTN_LEFT, 'RIGHT': BTN_RIGHT} 3763 Event(EV_KEY, BTN_LEFT, 1), 3771 Event(EV_KEY, BTN_LEFT, 0),
|