OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EVIOCGMASK
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
input.h
98
#define
EVIOCGMASK
_IOR('E', 0x92, struct input_mask)
/external/kernel-headers/original/uapi/linux/
input.h
186
*
EVIOCGMASK
- Retrieve current event mask
214
#define
EVIOCGMASK
_IOR('E', 0x92, struct input_mask) /* Get event-masks */
219
* This ioctl is the counterpart to
EVIOCGMASK
. Instead of receiving the
221
* type. See
EVIOCGMASK
for a description of event-masks and the
Completed in 284 milliseconds