Home
last modified time | relevance | path

Searched refs:SYN_MT_REPORT (Results 1 - 8 of 8) sorted by relevance

/third_party/libinput/test/
H A Dlitest-device-protocol-a-touch-screen.c86 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 Dtest-event-names.c182 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 Dinput-event-codes.h71 #define SYN_MT_REPORT 2 macro
/third_party/libinput/include/linux/linux/
H A Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/libinput/include/linux/freebsd/
H A Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/libevdev/include/linux/linux/
H A Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/libevdev/include/
H A Devent-names.h778 [SYN_MT_REPORT] = "SYN_MT_REPORT",
1636 { .name = "SYN_MT_REPORT", .value = SYN_MT_REPORT },
/third_party/libinput/tools/
H A Dlibinput-record.c247 if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) { in print_evdev_event()

Completed in 18 milliseconds