Searched refs:EVIOCGKEY (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_ioctl_test.cc73 const ioctl_desc *desc = ioctl_lookup(EVIOCGKEY(16));
75 EXPECT_EQ(EVIOCGKEY(0), desc->req);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc143 _(EVIOCGKEY, WRITE, 0);
H A Dsanitizer_platform_limits_posix.cc459 unsigned IOCTL_EVIOCGKEY = EVIOCGKEY(0);
/external/kernel-headers/original/uapi/linux/
H A Dinput.h141 #define EVIOCGKEY(len) _IOC(_IOC_READ, 'E', 0x18, len) /* get global key state */ macro

Completed in 80 milliseconds