Searched refs:EVIOCGRAB (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/input/ |
D | input02.c | 92 SAFE_IOCTL(NULL, fd2, EVIOCGRAB, 1); in send_information()
|
D | input06.c | 90 SAFE_IOCTL(NULL, fd2, EVIOCGRAB, 1); in setup()
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 161 #define EVIOCGRAB _IOW('E', 0x90, int) /* Grab/Release device */ macro
|
/external/strace/tests/ |
D | ioctl_evdev.c | 142 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 142 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 142 ioctl(-1, EVIOCGRAB, lmagic); in main()
|
/external/strace/ |
D | evdev.c | 496 case EVIOCGRAB: in evdev_write_ioctl()
|
D | ChangeLog | 13955 evdev.c: fix decoding of EVIOCGRAB and EVIOCREVOKE. 13956 * evdev.c (evdev_write_ioctl): Print argument of EVIOCGRAB
|
/external/autotest/client/bin/input/ |
D | linux_input.py | 142 EVIOCGRAB = IOW('E', 0x90, 'i') variable
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 547 unsigned IOCTL_EVIOCGRAB = EVIOCGRAB;
|
D | sanitizer_common_interceptors_ioctl.inc | 151 _(EVIOCGRAB, READ, sizeof(int));
|