HomeSort by relevance Sort by last modified time
    Searched refs:EVIOCSKEYCODE_V2 (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
ioctl_evdev.c 88 # ifdef EVIOCSKEYCODE_V2
89 TEST_NULL_ARG(EVIOCSKEYCODE_V2);
177 # ifdef EVIOCSKEYCODE_V2
182 ioctl(-1, EVIOCSKEYCODE_V2, ike);
183 printf("ioctl(-1, EVIOCSKEYCODE_V2, {flags=%" PRIu8
  /external/strace/tests-m32/
ioctl_evdev.c 88 # ifdef EVIOCSKEYCODE_V2
89 TEST_NULL_ARG(EVIOCSKEYCODE_V2);
177 # ifdef EVIOCSKEYCODE_V2
182 ioctl(-1, EVIOCSKEYCODE_V2, ike);
183 printf("ioctl(-1, EVIOCSKEYCODE_V2, {flags=%" PRIu8
  /external/strace/tests-mx32/
ioctl_evdev.c 88 # ifdef EVIOCSKEYCODE_V2
89 TEST_NULL_ARG(EVIOCSKEYCODE_V2);
177 # ifdef EVIOCSKEYCODE_V2
182 ioctl(-1, EVIOCSKEYCODE_V2, ike);
183 printf("ioctl(-1, EVIOCSKEYCODE_V2, {flags=%" PRIu8
  /external/strace/
evdev.c 488 # ifdef EVIOCSKEYCODE_V2
489 case EVIOCSKEYCODE_V2:
  /bionic/libc/kernel/uapi/linux/
input.h 67 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
  /external/kernel-headers/original/uapi/linux/
input.h 121 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
  /external/autotest/client/bin/input/
linux_input.py 96 EVIOCSKEYCODE_V2 = IOW('E', 0x04, input_keymap_entry_t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 105 #define EVIOCSKEYCODE_V2 _IOW('E', 0x04, struct input_keymap_entry)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]

Completed in 109 milliseconds