Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h548 #define BTN_TRIGGER_HAPPY8 0x2c7 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h745 #define BTN_TRIGGER_HAPPY8 0x2c7 macro
/external/strace/xlat/
Devdev_keycode.h3602 #if defined(BTN_TRIGGER_HAPPY8) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY8) && HAVE_DECL_BTN_TRIGGER_…
3604 static_assert((BTN_TRIGGER_HAPPY8) == (0x2c7), "BTN_TRIGGER_HAPPY8 != 0x2c7");
3607 # define BTN_TRIGGER_HAPPY8 0x2c7
4436 [BTN_TRIGGER_HAPPY8] = XLAT(BTN_TRIGGER_HAPPY8),
Devdev_keycode.in594 BTN_TRIGGER_HAPPY8 0x2c7
/external/autotest/client/bin/input/
Dlinux_input.py696 BTN_TRIGGER_HAPPY8 = 0x2c7 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs605 pub const BTN_TRIGGER_HAPPY8: u16 = 0x2c7; constant