OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIDIOCGRDESC
(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
34
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/bionic/libc/kernel/uapi/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/development/ndk/platforms/android-21/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/external/kernel-headers/original/uapi/linux/
hidraw.h
34
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hidraw.h
34
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
hidraw.h
36
#define
HIDIOCGRDESC
_IOR('H', 0x02, struct hidraw_report_descriptor)
/frameworks/base/libs/usb/tests/accessorytest/
hid.c
68
if (ioctl(fd,
HIDIOCGRDESC
, &desc)) {
69
fprintf(stderr, "
HIDIOCGRDESC
failed\n");
Completed in 432 milliseconds