Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h570 #define BTN_TRIGGER_HAPPY30 0x2dd macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h767 #define BTN_TRIGGER_HAPPY30 0x2dd macro
/external/strace/xlat/
Devdev_keycode.h3756 #if defined(BTN_TRIGGER_HAPPY30) || (defined(HAVE_DECL_BTN_TRIGGER_HAPPY30) && HAVE_DECL_BTN_TRIGGE…
3758 static_assert((BTN_TRIGGER_HAPPY30) == (0x2dd), "BTN_TRIGGER_HAPPY30 != 0x2dd");
3761 # define BTN_TRIGGER_HAPPY30 0x2dd
4458 [BTN_TRIGGER_HAPPY30] = XLAT(BTN_TRIGGER_HAPPY30),
Devdev_keycode.in616 BTN_TRIGGER_HAPPY30 0x2dd
/external/autotest/client/bin/input/
Dlinux_input.py718 BTN_TRIGGER_HAPPY30 = 0x2dd variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs627 pub const BTN_TRIGGER_HAPPY30: u16 = 0x2dd; constant