Searched refs:EV_SYN (Results 1 – 25 of 72) sorted by relevance
123
/external/strace/xlat/ |
D | evdev_ev.h | 11 #if defined(EV_SYN) || (defined(HAVE_DECL_EV_SYN) && HAVE_DECL_EV_SYN) 12 XLAT(EV_SYN),
|
D | evdev_ev.in | 1 EV_SYN
|
/external/autotest/client/site_tests/hardware_Keyboard/src/ |
D | evtest.c | 38 #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) { in do_evtest_dumpall()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/data/ |
D | one_finger_swipe.dat | 5 Event type 0 (EV_SYN)
|
D | one_finger_swipe_late_tid.dat | 5 Event type 0 (EV_SYN)
|
D | two_finger_tap.vertical.dat | 5 Event type 0 (EV_SYN)
|
D | one_finger_fast_swipe_id_split.dat | 5 Event type 0 (EV_SYN)
|
D | 1f_click.dat | 5 Event type 0 (EV_SYN)
|
D | 1f_click_incorrect_behind_tid.dat | 5 Event type 0 (EV_SYN)
|
D | 1f_clickb.dat | 5 Event type 0 (EV_SYN)
|
D | one_finger_without_slot_0.dat | 5 Event type 0 (EV_SYN)
|
D | two_finger_fast_flick_id_split.dat | 5 Event type 0 (EV_SYN)
|
D | non_ready_events_in_final_state_packet.dat | 5 Event type 0 (EV_SYN)
|
D | one_finger_with_slot_0.dat | 5 Event type 0 (EV_SYN)
|
D | x_y_multiple_slots.dat | 5 Event type 0 (EV_SYN)
|
D | two_finger_tap_one_finger_hold.dat | 5 Event type 0 (EV_SYN)
|
D | two_finger_long_hold.dat | 5 Event type 0 (EV_SYN)
|
D | drumroll_lumpy.dat | 5 Event type 0 (EV_SYN)
|
D | two_finger_without_slot_0.dat | 5 Event type 0 (EV_SYN)
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 154 EV_SYN = 0x00 variable 1117 EV_SYN : 'EV_SYN',
|
D | input_device.py | 187 if ev.type == EV_SYN and ev.code == SYN_REPORT: 277 fcntl.ioctl(self.f, EVIOCGBIT(EV_SYN, EV_CNT / 8), ev_types, 1)
|
/external/strace/ |
D | evdev.c | 321 case EV_SYN: in evdev_read_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | input-event-codes.h | 37 #define EV_SYN 0x00 macro
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 353 ev.type = EV_SYN; in injectTouchEvent()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/data/linearity/ |
D | one_finger_to_edge.center_to_top.slow-lumpy-fw_11.27-robot-20130227_203228.dat | 5 Event type 0 (EV_SYN)
|
123