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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hidraw.h 33 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /bionic/libc/kernel/uapi/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /development/ndk/platforms/android-21/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /external/kernel-headers/original/uapi/linux/
hidraw.h 33 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hidraw.h 33 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
hidraw.h 35 #define HIDIOCGRDESCSIZE _IOR('H', 0x01, int)
  /frameworks/base/libs/usb/tests/accessorytest/
hid.c 61 if (ioctl(fd, HIDIOCGRDESCSIZE, &desc_length)) {
62 fprintf(stderr, "HIDIOCGRDESCSIZE failed\n");
  /external/rmi4utils/rmidevice/
hiddevice.cpp 85 rc = ioctl(m_fd, HIDIOCGRDESCSIZE, &desc_size);

Completed in 638 milliseconds