Home
last modified time | relevance | path

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

/external/strace/xlat/
Devdev_ev.h6 #if defined(EV_SYN) || (defined(HAVE_DECL_EV_SYN) && HAVE_DECL_EV_SYN)
8 static_assert((EV_SYN) == (0x00), "EV_SYN != 0x00");
11 # define EV_SYN 0x00
96 XLAT(EV_SYN),
Devdev_ev.in1 EV_SYN 0x00
/external/autotest/client/bin/input/
Dinput_event_recorder.py18 from linux_input import EV_MSC, EV_SYN, MSC_SCAN, SYN_REPORT
87 return Event(EV_SYN, SYN_REPORT, 0)
106 return self.type == EV_SYN and self.code == SYN_REPORT
285 SYN_EVENT = Event(EV_SYN, SYN_REPORT, 0)
Dlinux_input.py160 EV_SYN = 0x00 variable
1126 EV_SYN : 'EV_SYN',
Dinput_device.py198 if ev.type == EV_SYN and ev.code == SYN_REPORT:
289 fcntl.ioctl(self.f, EVIOCGBIT(EV_SYN, EV_CNT // 8), ev_types, 1)
/external/ltp/testcases/kernel/input/
Dinput03.c99 send_event(fd, EV_SYN, 0, 0); in send_events()
102 send_event(fd, EV_SYN, 0, 0); in send_events()
Dinput01.c163 if (iev->type != EV_SYN) { in verify_data()
166 nb, iev->type, EV_SYN); in verify_data()
Dinput06.c99 send_event(fd, EV_SYN, 0, 0); in send_events()
110 send_event(fd, EV_SYN, 0, 0); in send_events()
Dinput_helper.c185 send_event(fd, EV_SYN, 0, 0); in send_rel_move()
239 return check_event_code(iev, EV_SYN, SYN_REPORT); in check_sync_event()
/external/autotest/client/site_tests/hardware_Keyboard/src/
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) { in do_evtest_dumpall()
/external/crosvm/linux_input_sys/src/
Dlib.rs8 const EV_SYN: u16 = 0x00; constant
98 type_: Le16::from(EV_SYN), in syn()
/external/libkmsxx/utils/
Dkmstouch.cpp146 case EV_SYN: in handle_event()
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h38 #define EV_SYN 0x00 macro
/external/crosvm/devices/src/virtio/input/
Dconstants.rs17 pub const EV_SYN: u16 = 0x00; constant
/external/strace/
DChangeLog733 /* EV_SYN==0 is EV_CNT, _not_ SYN_CNT, see EVIOCGBIT */
740 (bit_ioctl) <case EV_SYN>: Replace EV_SYN with 0, use evdev_ev
743 (evdev_decode_number): Print nr == 0x20 as "0" instead of "EV_SYN".
744 * tests/ioctl_evdev.c (main): Use 0 instead of EV_SYN in EVIOCGBIT