Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h404 #define KEY_PLAYER 0x183 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h457 #define KEY_PLAYER 0x183 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h455 #define KEY_PLAYER 0x183 macro
/external/strace/xlat/
Devdev_keycode.h2404 #if defined(KEY_PLAYER) || (defined(HAVE_DECL_KEY_PLAYER) && HAVE_DECL_KEY_PLAYER)
2406 static_assert((KEY_PLAYER) == (0x183), "KEY_PLAYER != 0x183");
2409 # define KEY_PLAYER 0x183
4221 [KEY_PLAYER] = XLAT(KEY_PLAYER),
Devdev_keycode.in379 KEY_PLAYER 0x183
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c211 [KEY_PLAYER] = "Player", [KEY_TEXT] = "Text",
/external/autotest/client/bin/input/
Dlinux_input.py558 KEY_PLAYER = 0x183 variable