Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER_HAPPY34 (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h574 #define BTN_TRIGGER_HAPPY34 0x2e1 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h771 #define BTN_TRIGGER_HAPPY34 0x2e1 macro
/external/strace/xlat/
Devdev_keycode.h3784 #if defined(BTN_TRIGGER_HAPPY34) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY34) && HAVE_DECL_BTN_TRIGGE…
3786 static_assert((BTN_TRIGGER_HAPPY34) == (0x2e1), "BTN_TRIGGER_HAPPY34 != 0x2e1");
3789 # define BTN_TRIGGER_HAPPY34 0x2e1
4462 [BTN_TRIGGER_HAPPY34] = XLAT(BTN_TRIGGER_HAPPY34),
Devdev_keycode.in620 BTN_TRIGGER_HAPPY34 0x2e1
/external/autotest/client/bin/input/
Dlinux_input.py722 BTN_TRIGGER_HAPPY34 = 0x2e1 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs631 pub const BTN_TRIGGER_HAPPY34: u16 = 0x2e1; constant