Searched refs:SYN_MT_REPORT (Results 1 – 9 of 9) sorted by relevance
/third_party/libinput/test/ |
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/mtdev/include/ |
D | mtdev.h | 51 #define SYN_MT_REPORT 2 macro
|
/third_party/mtdev/src/ |
D | core.c | 169 case SYN_MT_REPORT: in process_typeA()
|
/third_party/libinput/include/linux/freebsd/ |
D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/libevdev/include/linux/linux/ |
D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/libinput/include/linux/linux/ |
D | input-event-codes.h | 59 #define SYN_MT_REPORT 2 macro
|
/third_party/FreeBSD/sys/dev/evdev/ |
D | input-event-codes.h | 73 #define SYN_MT_REPORT 2 macro
|
/third_party/libevdev/include/ |
D | event-names.h | 755 [SYN_MT_REPORT] = "SYN_MT_REPORT", 1591 { .name = "SYN_MT_REPORT", .value = SYN_MT_REPORT },
|
/third_party/libinput/tools/ |
D | libinput-record.c | 224 if (ev->type == EV_SYN && ev->code == SYN_MT_REPORT) { in print_evdev_event()
|