Home
last modified time | relevance | path

Searched refs:SW_MICROPHONE_INSERT (Results 1 – 8 of 8) 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/autotest/client/bin/input/
Dinput_device.py518 return self._get_value(EV_SW, SW_MICROPHONE_INSERT)
567 SW_MICROPHONE_INSERT in self.events[EV_SW])
572 (SW_MICROPHONE_INSERT in self.events[EV_SW] or
Dlinux_input.py818 SW_MICROPHONE_INSERT = 0x04 # set = inserted variable
1291 SW_MICROPHONE_INSERT : 'MICROPHONE_INSERT',
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs308 SW_MICROPHONE_INSERT, in default_switch_events()
Dconstants.rs709 pub const SW_MICROPHONE_INSERT: u16 = 0x04; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h911 #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",