Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/bin/input/
Dlinux_input.py476 BTN_TRIGGER = 0x120 variable
1174 BTN_TRIGGER : 'TRIGGER',
/external/libxkbcommon/test/
Devdev-scancodes.h313 #define BTN_TRIGGER 0x120 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h365 #define BTN_TRIGGER 0x120 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c172 [BTN_TRIGGER] = "Trigger", [BTN_THUMB] = "ThumbBtn",
/external/strace/xlat/
Devdev_keycode.h1837 #if defined(BTN_TRIGGER) || (defined(HAVE_DECL_BTN_TRIGGER) && HAVE_DECL_BTN_TRIGGER)
1839 static_assert((BTN_TRIGGER) == (0x120), "BTN_TRIGGER != 0x120");
1842 # define BTN_TRIGGER 0x120
4136 [BTN_TRIGGER] = XLAT(BTN_TRIGGER),
Devdev_keycode.in294 BTN_TRIGGER 0x120
/external/crosvm/devices/src/virtio/input/
Dconstants.rs322 pub const BTN_TRIGGER: u16 = 0x120; constant