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

  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc 27 if (ioctl(fd, EVIOCGPROP(size), buf) < 0) {
28 DLOG(ERROR) << "failed EVIOCGPROP(" << size << ") on fd " << fd;
  /system/core/toolbox/
getevent.c 52 res = ioctl(fd, EVIOCGPROP(sizeof(bits)), bits);
  /bionic/libc/kernel/uapi/linux/
input.h 76 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len)
    [all...]
  /development/ndk/platforms/android-L/include/linux/
input.h 76 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len)
    [all...]
  /external/kernel-headers/original/uapi/linux/
input.h 113 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len) /* get device properties */
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
input.h 76 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
input.h 76 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len)
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
input.h 76 #define EVIOCGPROP(len) _IOC(_IOC_READ, 'E', 0x09, len)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 754 unsigned IOCTL_EVIOCGPROP = EVIOCGPROP(0);
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]

Completed in 688 milliseconds