Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h386 #define KEY_TITLE 0x171 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h439 #define KEY_TITLE 0x171 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h437 #define KEY_TITLE 0x171 macro
/external/strace/xlat/
Devdev_keycode.h2278 #if defined(KEY_TITLE) || (defined(HAVE_DECL_KEY_TITLE) && HAVE_DECL_KEY_TITLE)
2280 static_assert((KEY_TITLE) == (0x171), "KEY_TITLE != 0x171");
2283 # define KEY_TITLE 0x171
4203 [KEY_TITLE] = XLAT(KEY_TITLE),
Devdev_keycode.in361 KEY_TITLE 0x171
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c202 [KEY_TITLE] = "Title", [KEY_SUBTITLE] = "Subtitle",
/external/autotest/client/bin/input/
Dlinux_input.py540 KEY_TITLE = 0x171 variable