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

  /external/strace/xlat/
evdev_switch.h 28 #if defined(SW_MICROPHONE_INSERT) || (defined(HAVE_DECL_SW_MICROPHONE_INSERT) && HAVE_DECL_SW_MICROPHONE_INSERT)
29 XLAT(SW_MICROPHONE_INSERT),
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 40 {SW_MICROPHONE_INSERT, INPUT_USAGE_SWITCH_MICROPHONE_INSERT},
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 35 import static com.android.server.input.InputManagerService.SW_MICROPHONE_INSERT;
108 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
309 sb.append("SW_MICROPHONE_INSERT");
  /external/adhd/cras/src/tests/
alsa_jack_unittest.cc 355 eviocbit_ret[LONG(SW_MICROPHONE_INSERT)] |= 1 << OFF(SW_MICROPHONE_INSERT);
430 eviocbit_ret[LONG(SW_MICROPHONE_INSERT)] |= 1 << OFF(SW_MICROPHONE_INSERT);
    [all...]
  /hardware/libhardware/tests/input/evdev/
InputMocks.cpp 106 node->addSwitch(SW_MICROPHONE_INSERT);
  /external/autotest/client/bin/input/
input_device.py 508 return self._get_value(EV_SW, SW_MICROPHONE_INSERT)
547 SW_MICROPHONE_INSERT in self.events[EV_SW])
552 (SW_MICROPHONE_INSERT in self.events[EV_SW] or
linux_input.py 802 SW_MICROPHONE_INSERT = 0x04 # set = inserted
    [all...]
  /bionic/libc/kernel/uapi/linux/
input-event-codes.h 674 #define SW_MICROPHONE_INSERT 0x04
  /external/autotest/client/site_tests/hardware_Keyboard/src/
evtest.c 288 [SW_MICROPHONE_INSERT] = "Microphone", [SW_DOCK] = "Dock",
  /external/kernel-headers/original/uapi/linux/
input-event-codes.h 776 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 284 public static final int SW_MICROPHONE_INSERT = 0x04;
304 public static final int SW_MICROPHONE_INSERT_BIT = 1 << SW_MICROPHONE_INSERT;
    [all...]
  /external/adhd/cras/src/server/
cras_alsa_jack.c 48 * Either SW_HEADPHONE_INSERT, or SW_MICROPHONE_INSERT.
643 static const int in_switches[] = {SW_MICROPHONE_INSERT};
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 799 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */

Completed in 241 milliseconds