Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/input/
Dinput05.c87 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup()
Dinput_helper.c217 SAFE_IOCTL(NULL, fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
/external/autotest/client/cros/graphics/
Dgraphics_uinput.py53 uinput.BTN_LEFT,
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs147 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()
Dconstants.rs312 pub const BTN_LEFT: u16 = 0x110; constant
/external/ltp/libs/libltpuinput/
Dtst_uinput.c118 SAFE_IOCTL(fd, UI_SET_KEYBIT, BTN_LEFT); in setup_mouse_events()
/external/autotest/client/bin/input/
Dlinux_input.py466 BTN_LEFT = 0x110 variable
1166 BTN_LEFT : 'LEFT',
Dinput_device.py504 return int(self._get_value(EV_KEY, BTN_LEFT) == 1)
/external/libxkbcommon/test/
Devdev-scancodes.h303 #define BTN_LEFT 0x110 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h355 #define BTN_LEFT 0x110 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c168 [BTN_LEFT] = "LeftBtn", [BTN_RIGHT] = "RightBtn",
/external/strace/xlat/
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),
Devdev_keycode.in285 BTN_LEFT 0x110
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_tests.py36 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),