Home
last modified time | relevance | path

Searched refs:UI_SET_EVBIT (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/x11vnc/misc/
Duinput.pl79 io_ctl($UI_SET_EVBIT, $EV_REL);
84 io_ctl($UI_SET_EVBIT, $EV_KEY);
86 io_ctl($UI_SET_EVBIT, $EV_SYN);
102 io_ctl($UI_SET_EVBIT, $EV_ABS);
933 $UI_SET_EVBIT = 0x40045564;
Dqt_tslib_inject.pl1051 $UI_SET_EVBIT = 0x40045564;
/external/kernel-headers/original/uapi/linux/
Duinput.h61 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
/external/libvncserver/x11vnc/
Duinput.c425 ioctl(fd, UI_SET_EVBIT, EV_REL); in initialize_uinput()
429 ioctl(fd, UI_SET_EVBIT, EV_KEY); in initialize_uinput()
431 ioctl(fd, UI_SET_EVBIT, EV_SYN); in initialize_uinput()
458 ioctl(fd, UI_SET_EVBIT, EV_ABS); in initialize_uinput()