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

/external/strace/
H A Devdev.c386 case EVIOCGKEYCODE:
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_ioctl.inc144 _(EVIOCGKEYCODE, WRITE, sizeof(int) * 2);
H A Dsanitizer_platform_limits_posix.cc486 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 40 milliseconds