Searched refs:EVIOCGKEYCODE (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc144 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);
H A Dsanitizer_platform_limits_posix.cc460 unsigned IOCTL_EVIOCGKEYCODE = EVIOCGKEYCODE;
/external/kernel-headers/original/uapi/linux/
H A Dinput.h77 * struct input_keymap_entry - used by EVIOCGKEYCODE/EVIOCSKEYCODE ioctls
88 * in keymap entry. EVIOCGKEYCODE will also return scancode or index
105 #define EVIOCGKEYCODE _IOR('E', 0x04, unsigned int[2]) /* get keycode */ macro

Completed in 1121 milliseconds