Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h387 #define KEY_SUBTITLE 0x172 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h440 #define KEY_SUBTITLE 0x172 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c202 [KEY_TITLE] = "Title", [KEY_SUBTITLE] = "Subtitle",
/external/strace/xlat/
Devdev_keycode.h2285 #if defined(KEY_SUBTITLE) || (defined(HAVE_DECL_KEY_SUBTITLE) && HAVE_DECL_KEY_SUBTITLE)
2287 static_assert((KEY_SUBTITLE) == (0x172), "KEY_SUBTITLE != 0x172");
2290 # define KEY_SUBTITLE 0x172
4204 [KEY_SUBTITLE] = XLAT(KEY_SUBTITLE),
Devdev_keycode.in362 KEY_SUBTITLE 0x172
/external/autotest/client/bin/input/
Dlinux_input.py547 KEY_SUBTITLE = 0x172 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs397 pub const KEY_SUBTITLE: u16 = 0x172; constant