/external/chromium_org/ui/events/ozone/evdev/ |
D | key_event_converter_unittest.cc | 74 {{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 …]
|
D | touch_event_converter_unittest.cc | 135 {{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 …]
|
D | touch_event_converter.cc | 151 } else if (input.type == EV_SYN) { in OnFileCanReadWithoutBlocking()
|
D | key_event_converter.cc | 219 } else if (input.type == EV_SYN) { in ProcessEvents()
|
/external/qemu/hw/ |
D | goldfish_events_device.c | 283 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/ |
D | multitouch-screen.c | 160 _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/ |
D | input.h | 178 #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/ |
D | uinput.h | 36 #define EV_SYN 0x00 macro
|
/external/bluetooth/bluedroid/btif/src/ |
D | btif_rc.c | 251 send_event(fd, EV_SYN, SYN_REPORT, 0); in send_key() 301 ioctl(fd, UI_SET_EVBIT, EV_SYN); in uinput_create()
|