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

  /external/strace/xlat/
evdev_switch.h 37 #if defined(SW_JACK_PHYSICAL_INSERT) || (defined(HAVE_DECL_SW_JACK_PHYSICAL_INSERT) && HAVE_DECL_SW_JACK_PHYSICAL_INSERT)
38 XLAT(SW_JACK_PHYSICAL_INSERT),
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 43 {SW_JACK_PHYSICAL_INSERT, INPUT_USAGE_SWITCH_UNKNOWN},
  /external/autotest/client/bin/input/
linux_input.py 805 SW_JACK_PHYSICAL_INSERT = 0x07 # set = mechanical switch set
    [all...]
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 677 #define SW_JACK_PHYSICAL_INSERT 0x07
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 289 [SW_LINEOUT_INSERT] = "Lineout", [SW_JACK_PHYSICAL_INSERT] = "Jack Physical",
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 779 #define SW_JACK_PHYSICAL_INSERT 0x07 /* set = mechanical switch set */
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 290 public static final int SW_JACK_PHYSICAL_INSERT = 0x07;
306 public static final int SW_JACK_PHYSICAL_INSERT_BIT = 1 << SW_JACK_PHYSICAL_INSERT;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 802 #define SW_JACK_PHYSICAL_INSERT 0x07 /* set = mechanical switch set */
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp     [all...]

Completed in 635 milliseconds