Home
last modified time | relevance | path

Searched refs:BTN_TRIGGER_HAPPY (Results 1 – 8 of 8) sorted by relevance

/third_party/libinput/src/
Devdev-fallback.h204 if (code >= KEY_ALS_TOGGLE && code < BTN_TRIGGER_HAPPY) in get_key_type()
206 if (code >= BTN_TRIGGER_HAPPY && code <= BTN_TRIGGER_HAPPY40) in get_key_type()
/third_party/libevdev/test/
Dtest-event-names.c87 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1"); in START_TEST()
101 ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1"); in START_TEST()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h733 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h740 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h733 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h776 #define BTN_TRIGGER_HAPPY 0x2c0 macro
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff1447 if (code >= BTN_TRIGGER_HAPPY && code <= BTN_TRIGGER_HAPPY40)
/third_party/libevdev/
Dthird_party_libevdev.diff26181 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1");
26195 + ck_assert_str_eq(libevdev_event_code_get_name(EV_KEY, BTN_TRIGGER_HAPPY), "BTN_TRIGGER_HAPPY1");