Home
last modified time | relevance | path

Searched refs:SW_MICROPHONE_INSERT (Results 1 – 9 of 9) sorted by relevance

/external/strace/xlat/
Devdev_switch.h34 #if defined(SW_MICROPHONE_INSERT) || (defined(HAVE_DECL_SW_MICROPHONE_INSERT) && HAVE_DECL_SW_MICRO…
36 static_assert((SW_MICROPHONE_INSERT) == (0x04), "SW_MICROPHONE_INSERT != 0x04");
39 # define SW_MICROPHONE_INSERT 0x04
133 [SW_MICROPHONE_INSERT] = XLAT(SW_MICROPHONE_INSERT),
Devdev_switch.in6 SW_MICROPHONE_INSERT 0x04
/external/adhd/cras/src/tests/
Dalsa_jack_unittest.cc357 eviocbit_ret[LONG(SW_MICROPHONE_INSERT)] |= 1 << OFF(SW_MICROPHONE_INSERT); in TEST()
433 eviocbit_ret[LONG(SW_MICROPHONE_INSERT)] |= 1 << OFF(SW_MICROPHONE_INSERT); in run_gpio_jack_test()
/external/autotest/client/bin/input/
Dinput_device.py508 return self._get_value(EV_SW, SW_MICROPHONE_INSERT)
551 SW_MICROPHONE_INSERT in self.events[EV_SW])
556 (SW_MICROPHONE_INSERT in self.events[EV_SW] or
Dlinux_input.py802 SW_MICROPHONE_INSERT = 0x04 # set = inserted variable
1275 SW_MICROPHONE_INSERT : 'MICROPHONE_INSERT',
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h741 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h796 #define SW_MICROPHONE_INSERT 0x04 /* set = inserted */ macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c288 [SW_MICROPHONE_INSERT] = "Microphone", [SW_DOCK] = "Dock",
/external/adhd/cras/src/server/
Dcras_alsa_jack.c649 static const int in_switches[] = {SW_MICROPHONE_INSERT}; in gpio_switches_monitor_device()