Home
last modified time | relevance | path

Searched refs:SW_JACK_PHYSICAL_INSERT (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Devdev_switch.h55 #if defined(SW_JACK_PHYSICAL_INSERT) || (defined(HAVE_DECL_SW_JACK_PHYSICAL_INSERT) && HAVE_DECL_SW…
57 static_assert((SW_JACK_PHYSICAL_INSERT) == (0x07), "SW_JACK_PHYSICAL_INSERT != 0x07");
60 # define SW_JACK_PHYSICAL_INSERT 0x07
136 [SW_JACK_PHYSICAL_INSERT] = XLAT(SW_JACK_PHYSICAL_INSERT),
Devdev_switch.in9 SW_JACK_PHYSICAL_INSERT 0x07
/external/autotest/client/bin/input/
Dlinux_input.py814 SW_JACK_PHYSICAL_INSERT = 0x07 # set = mechanical switch set variable
1287 SW_JACK_PHYSICAL_INSERT : 'JACK_PHYSICAL_INSERT',
/external/crosvm/devices/src/virtio/input/
Ddefaults.rs304 SW_JACK_PHYSICAL_INSERT, in default_switch_events()
Dconstants.rs712 pub const SW_JACK_PHYSICAL_INSERT: u16 = 0x07; constant
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h886 #define SW_JACK_PHYSICAL_INSERT 0x07 /* set = mechanical switch set */ macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c289 [SW_LINEOUT_INSERT] = "Lineout", [SW_JACK_PHYSICAL_INSERT] = "Jack Physical",