Searched refs:EV_SYN (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/events/ozone/evdev/
H A Dkey_event_converter_evdev_unittest.cc96 {{0, 0}, EV_SYN, SYN_REPORT, 0},
100 {{0, 0}, EV_SYN, SYN_REPORT, 0},
125 {{0, 0}, EV_SYN, SYN_REPORT, 0},
129 {{0, 0}, EV_SYN, SYN_REPORT, 0},
133 {{0, 0}, EV_SYN, SYN_REPORT, 0},
137 {{0, 0}, EV_SYN, SYN_REPORT, 0},
178 {{0, 0}, EV_SYN, SYN_REPORT, 0},
182 {{0, 0}, EV_SYN, SYN_REPORT, 0},
186 {{0, 0}, EV_SYN, SYN_REPORT, 0},
190 {{0, 0}, EV_SYN, SYN_REPOR
[all...]
H A Dtouch_event_converter_evdev_unittest.cc160 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
201 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
207 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
211 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
256 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
260 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
296 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
304 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}
312 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0},
317 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPOR
[all...]
H A Dkey_event_converter_evdev.cc242 } else if (input.type == EV_SYN) {
H A Dtouch_event_converter_evdev.cc179 if (input.type == EV_SYN) {
279 NOTIMPLEMENTED() << "invalid code for EV_SYN: " << input.code;
/external/qemu/hw/android/goldfish/
H A Devents_device.c287 enqueue_event(s, EV_SYN, 0, 0);
292 enqueue_event(s, EV_SYN, 0, 0);
362 /* apparently, the EV_SYN array is used to indicate which other
385 events_set_bit (s, EV_SYN, EV_KEY );
452 events_set_bit (s, EV_SYN, EV_REL );
463 events_set_bit (s, EV_SYN, EV_ABS );
516 events_set_bit(s, EV_SYN, EV_SW);
/external/qemu/android/
H A Dmultitouch-screen.c160 _push_event(EV_SYN, SYN_REPORT, 0);
183 _push_event(EV_SYN, SYN_REPORT, 0);
235 _push_event(EV_SYN, SYN_REPORT, 0);
/external/bluetooth/bluedroid/btif/include/
H A Duinput.h36 #define EV_SYN 0x00 macro
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c257 send_event(fd, EV_SYN, SYN_REPORT, 0);
307 ioctl(fd, UI_SET_EVBIT, EV_SYN);
/external/kernel-headers/original/uapi/linux/
H A Dinput.h176 #define EV_SYN 0x00 macro

Completed in 156 milliseconds