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

/external/strace/xlat/
H A Devdev_ev.h4 #if defined(EV_SYN) || (defined(HAVE_DECL_EV_SYN) && HAVE_DECL_EV_SYN)
5 XLAT(EV_SYN),
/external/libvncserver/x11vnc/
H A Duinput.c57 #if !defined(EV_SYN) || !defined(SYN_REPORT)
431 ioctl(fd, UI_SET_EVBIT, EV_SYN);
734 ev.type = EV_SYN;
794 ev.type = EV_SYN;
978 ev.type = EV_SYN;
1255 ev.type = EV_SYN;
/external/strace/
H A Devdev.c325 case EV_SYN:
/external/libvncserver/x11vnc/misc/
H A Duinput.pl86 io_ctl($UI_SET_EVBIT, $EV_SYN);
160 $ev .= pack("S", $EV_SYN);
163 print STDERR "do_syn EV_SYN\n";
299 $EV_SYN = 0x00;
H A Dqt_tslib_inject.pl268 $ev .= pack("S", $EV_SYN);
271 print STDERR "do_syn EV_SYN\n" if $debug;
417 $EV_SYN = 0x00;
/external/libvncserver/examples/android/jni/
H A Dfbvncserver.c353 ev.type = EV_SYN;
/external/kernel-headers/original/uapi/linux/
H A Dinput.h177 #define EV_SYN 0x00 macro

Completed in 77 milliseconds