Searched refs:BTN_RIGHT (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/kernel/input/ |
D | input03.c | 86 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_RIGHT); in setup() 98 send_event(fd, EV_KEY, BTN_RIGHT, 1); in send_events() 101 send_event(fd, EV_KEY, BTN_RIGHT, 0); in send_events()
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 461 BTN_RIGHT = 0x111 variable 1158 BTN_RIGHT : 'RIGHT',
|
D | input_device.py | 502 return int(self._get_value(EV_KEY, BTN_RIGHT) == 1)
|
/external/libxkbcommon/xkbcommon/test/ |
D | evdev-scancodes.h | 304 #define BTN_RIGHT 0x111 macro
|
/external/strace/xlat/ |
D | evdev_keycode.in | 276 BTN_RIGHT
|
D | evdev_keycode.h | 806 #if defined(BTN_RIGHT) || (defined(HAVE_DECL_BTN_RIGHT) && HAVE_DECL_BTN_RIGHT) 807 XLAT(BTN_RIGHT),
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 356 #define BTN_RIGHT 0x111 macro
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_adapter_tests.py | 18 BTN_LEFT, BTN_RIGHT, EV_KEY, EV_REL, REL_X, REL_Y, REL_WHEEL) 1847 linux_input_button = {'LEFT': BTN_LEFT, 'RIGHT': BTN_RIGHT}
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 168 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
|
/external/autotest/client/cros/graphics/ |
D | graphics_utils.py | 373 uinput.BTN_RIGHT
|