HomeSort by relevance Sort by last modified time
    Searched refs:EVIOCGUNIQ (Results 51 - 55 of 55) sorted by null

1 23

  /system/core/toolbox/
getevent.c 333 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
  /bionic/libc/kernel/common/linux/
input.h 75 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 351 unsigned IOCTL_EVIOCGUNIQ = EVIOCGUNIQ(0);
    [all...]
  /external/kernel-headers/original/linux/
input.h 114 #define EVIOCGUNIQ(len) _IOC(_IOC_READ, 'E', 0x08, len) /* get unique identifier */
    [all...]
  /frameworks/base/services/input/
EventHub.cpp     [all...]

Completed in 131 milliseconds

1 23