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

  /bionic/libc/kernel/uapi/linux/
input.h 62 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2])
  /external/kernel-headers/original/uapi/linux/
input.h 115 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */
  /external/autotest/client/bin/input/
linux_input.py 90 EVIOCGREP = IOR('E', 0x03, '2I') # get repeat settings
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 99 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */

Completed in 426 milliseconds