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

1 23

  /bionic/libc/kernel/common/linux/
input.h 82 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 350 unsigned IOCTL_EVIOCGSW = EVIOCGSW(0);
    [all...]
  /external/kernel-headers/original/linux/
input.h 145 #define EVIOCGSW(len) _IOC(_IOC_READ, 'E', 0x1b, len) /* get all switch states */
    [all...]
  /frameworks/base/services/input/
EventHub.cpp 391 if (ioctl(device->fd, EVIOCGSW(sizeof(swState)), swState) >= 0) {
    [all...]

Completed in 143 milliseconds

1 23