Searched defs:EV_SYN (Results 1 - 4 of 4) sorted by relevance

/external/autotest/client/bin/input/
H A Dinput_event_recorder.py14 from linux_input import EV_MSC, EV_SYN, MSC_SCAN, SYN_REPORT namespace
83 return Event(EV_SYN, SYN_REPORT, 0)
103 return self.type == EV_SYN and self.code == SYN_REPORT
251 SYN_EVENT = Event(EV_SYN, SYN_REPORT, 0)
H A Dlinux_input.py154 EV_SYN = 0x00 variable
1117 EV_SYN : 'EV_SYN',
/external/autotest/client/site_tests/hardware_Keyboard/src/
H A Devtest.c38 #ifndef EV_SYN
39 #define EV_SYN 0 macro
44 [EV_SYN] = "Sync", [EV_KEY] = "Key",
295 [EV_SYN] = events, [EV_KEY] = keys,
453 if (ev[i].type == EV_SYN) {
/external/kernel-headers/original/uapi/linux/
H A Dinput-event-codes.h38 #define EV_SYN 0x00 macro

Completed in 721 milliseconds