Home
last modified time | relevance | path

Searched refs:EVIOCGRAB (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc347 unsigned IOCTL_EVIOCGRAB = EVIOCGRAB;
Dsanitizer_common_interceptors_ioctl.inc144 _(EVIOCGRAB, READ, sizeof(int));
/external/kernel-headers/original/linux/
Dinput.h155 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro