HomeSort by relevance Sort by last modified time
    Searched refs:UI_SET_EVBIT (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/common/linux/
uinput.h 36 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
uinput.h 58 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
uinput.h 36 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
uinput.h 36 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /external/kernel-headers/original/linux/
uinput.h 98 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)
  /external/bluetooth/bluez/compat/
fakehid.c 114 ioctl(fd, UI_SET_EVBIT, EV_REL);
121 ioctl(fd, UI_SET_EVBIT, EV_KEY);
122 ioctl(fd, UI_SET_EVBIT, EV_LED);
123 ioctl(fd, UI_SET_EVBIT, EV_REP);
134 ioctl(fd, UI_SET_EVBIT, EV_KEY);
  /external/bluetooth/bluez/audio/
control.c 630 ioctl(fd, UI_SET_EVBIT, EV_KEY);
631 ioctl(fd, UI_SET_EVBIT, EV_REL);
632 ioctl(fd, UI_SET_EVBIT, EV_REP);
633 ioctl(fd, UI_SET_EVBIT, EV_SYN);
  /external/bluetooth/bluez/input/
fakehid.c 305 if (ioctl(fake->uinput, UI_SET_EVBIT, EV_KEY) < 0) {
device.c 194 ioctl(fd, UI_SET_EVBIT, EV_KEY);
195 ioctl(fd, UI_SET_EVBIT, EV_REL);
196 ioctl(fd, UI_SET_EVBIT, EV_REP);
  /external/bluetooth/bluez/src/
uinput.h 679 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int)

Completed in 52 milliseconds