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

  /external/autotest/client/cros/faft/utils/
firmware_check_keys.py 30 if self.ev.code != KEY_RESERVED:
  /external/u-boot/include/linux/
input.h 20 #define KEY_RESERVED 0
  /external/libxkbcommon/xkbcommon/test/
evdev-scancodes.h 27 #define KEY_RESERVED 0
interactive-evdev.c 81 for (i = KEY_RESERVED; i <= KEY_MIN_INTERESTING; i++)
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 50 #define KEY_RESERVED 0
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 54 [KEY_RESERVED] = "Reserved", [KEY_ESC] = "Esc",
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 75 #define KEY_RESERVED 0
  /external/u-boot/include/dt-bindings/input/
linux-event-codes.h 74 #define KEY_RESERVED 0
  /external/strace/xlat/
evdev_keycode.h 6 #if defined(KEY_RESERVED) || (defined(HAVE_DECL_KEY_RESERVED) && HAVE_DECL_KEY_RESERVED)
8 static_assert((KEY_RESERVED) == (0), "KEY_RESERVED != 0");
11 # define KEY_RESERVED 0
    [all...]
  /external/autotest/client/bin/input/
linux_input.py 187 KEY_RESERVED = 0
    [all...]

Completed in 620 milliseconds