Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h404 #define KEY_PLAYER 0x183 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h459 #define KEY_PLAYER 0x183 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c211 [KEY_PLAYER] = "Player", [KEY_TEXT] = "Text",
/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/bin/input/
Dlinux_input.py564 KEY_PLAYER = 0x183 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs414 pub const KEY_PLAYER: u16 = 0x183; constant