Home
last modified time | relevance | path

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

/external/chromium_org/ui/events/ozone/evdev/
Dkey_event_converter_unittest.cc74 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
78 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
103 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
107 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
111 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
115 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
156 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
160 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
164 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
168 {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
[all …]
Dtouch_event_converter_unittest.cc135 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
176 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
182 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 43}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
186 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 42}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
231 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
235 {{0, 0}, EV_ABS, ABS_MT_TRACKING_ID, -1}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
271 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 51}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
279 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
287 {{0, 0}, EV_ABS, ABS_MT_POSITION_X, 40}, {{0, 0}, EV_SYN, SYN_REPORT, 0}, in TEST_F()
292 {{0, 0}, EV_ABS, ABS_MT_POSITION_Y, 102}, {{0, 0}, EV_SYN, SYN_REPORT, 0} in TEST_F()
[all …]
Dtouch_event_converter.cc151 } else if (input.type == EV_SYN) { in OnFileCanReadWithoutBlocking()
Dkey_event_converter.cc219 } else if (input.type == EV_SYN) { in ProcessEvents()
/external/qemu/hw/
Dgoldfish_events_device.c283 enqueue_event(s, EV_SYN, 0, 0); in events_put_mouse()
288 enqueue_event(s, EV_SYN, 0, 0); in events_put_mouse()
381 events_set_bit (s, EV_SYN, EV_KEY ); in events_dev_init()
448 events_set_bit (s, EV_SYN, EV_REL ); in events_dev_init()
459 events_set_bit (s, EV_SYN, EV_ABS ); in events_dev_init()
512 events_set_bit(s, EV_SYN, EV_SW); in events_dev_init()
/external/qemu/android/
Dmultitouch-screen.c160 _push_event(EV_SYN, SYN_REPORT, 0); in _mts_pointer_down()
183 _push_event(EV_SYN, SYN_REPORT, 0); in _mts_pointer_up()
235 _push_event(EV_SYN, SYN_REPORT, 0); in _mts_pointer_move()
/external/kernel-headers/original/linux/
Dinput.h178 #define EV_SYN 0x00 macro
1535 input_event(dev, EV_SYN, SYN_REPORT, 0); in input_sync()
1540 input_event(dev, EV_SYN, SYN_MT_REPORT, 0); in input_mt_sync()
/external/bluetooth/bluedroid/btif/include/
Duinput.h36 #define EV_SYN 0x00 macro
/external/bluetooth/bluedroid/btif/src/
Dbtif_rc.c251 send_event(fd, EV_SYN, SYN_REPORT, 0); in send_key()
301 ioctl(fd, UI_SET_EVBIT, EV_SYN); in uinput_create()