Searched refs:SYN_MT_REPORT (Results 1 - 8 of 8) sorted by relevance
/third_party/libinput/test/ |
H A D | litest-device-protocol-a-touch-screen.c | 86 litest_event(d, EV_SYN, SYN_MT_REPORT, 0); in protocolA_down() 128 litest_event(d, EV_SYN, SYN_MT_REPORT, 0); in protocolA_move() 152 litest_event(d, EV_SYN, SYN_MT_REPORT, 0); in protocolA_up() 166 litest_event(d, EV_SYN, SYN_MT_REPORT, 0); in protocolA_up()
|
/third_party/libevdev/test/ |
H A D | test-event-names.c | 182 ck_assert_str_eq(libevdev_event_code_get_name(EV_SYN, SYN_MT_REPORT), "SYN_MT_REPORT"); in START_TEST()
|
/third_party/FreeBSD/sys/dev/evdev/ |
H A D | input-event-codes.h | 71 #define SYN_MT_REPORT 2 macro
|
/third_party/libinput/include/linux/linux/ |
H A D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/libinput/include/linux/freebsd/ |
H A D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/libevdev/include/linux/linux/ |
H A D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/libevdev/include/ |
H A D | event-names.h | 778 [SYN_MT_REPORT] = "SYN_MT_REPORT", 1636 { .name = "SYN_MT_REPORT", .value = SYN_MT_REPORT },
|
/third_party/libinput/tools/ |
H A D | libinput-record.c | 247 if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) { in print_evdev_event()
|
Completed in 18 milliseconds