HomeSort by relevance Sort by last modified time
    Searched defs:EVIOCGBIT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
input.h 77 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len)
  /external/kernel-headers/original/uapi/linux/
input.h 159 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */
  /external/autotest/client/bin/input/
linux_input.py 125 def EVIOCGBIT(ev,length):
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 117 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */

Completed in 541 milliseconds