OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIDIOCGRDESCSIZE
(Results
1 - 12
of
12
) 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/9/platforms/android-21/arch-arm/usr/include/linux/
hidraw.h
35
#define
HIDIOCGRDESCSIZE
_IOR('H', 0x01, int)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
hidraw.h
35
#define
HIDIOCGRDESCSIZE
_IOR('H', 0x01, int)
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
hidraw.h
35
#define
HIDIOCGRDESCSIZE
_IOR('H', 0x01, int)
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
hidraw.h
35
#define
HIDIOCGRDESCSIZE
_IOR('H', 0x01, int)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
hidraw.h
35
#define
HIDIOCGRDESCSIZE
_IOR('H', 0x01, int)
/prebuilts/ndk/9/platforms/android-21/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");
Completed in 807 milliseconds