Home
last modified time | relevance | path

Searched refs:SYN_MT_REPORT (Results 1 – 9 of 9) sorted by relevance

/third_party/libinput/test/
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/mtdev/include/
Dmtdev.h51 #define SYN_MT_REPORT 2 macro
/third_party/mtdev/src/
Dcore.c169 case SYN_MT_REPORT: in process_typeA()
/third_party/libinput/include/linux/freebsd/
Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/libevdev/include/linux/linux/
Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/libinput/include/linux/linux/
Dinput-event-codes.h59 #define SYN_MT_REPORT 2 macro
/third_party/FreeBSD/sys/dev/evdev/
Dinput-event-codes.h73 #define SYN_MT_REPORT 2 macro
/third_party/libevdev/include/
Devent-names.h755 [SYN_MT_REPORT] = "SYN_MT_REPORT",
1591 { .name = "SYN_MT_REPORT", .value = SYN_MT_REPORT },
/third_party/libinput/tools/
Dlibinput-record.c224 if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) { in print_evdev_event()