Home
last modified time | relevance | path

Searched refs:KEY_PLAY (Results 1 – 8 of 8) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h235 #define KEY_PLAY 207 macro
/external/libxkbcommon/test/data/keycodes/
Devdev245 <I215> = 215; // #define KEY_PLAY 207
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h284 #define KEY_PLAY 207 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c152 [KEY_CLOSE] = "Close", [KEY_PLAY] = "Play",
/external/strace/xlat/
Devdev_keycode.h1413 #if defined(KEY_PLAY) || (defined(HAVE_DECL_KEY_PLAY) && HAVE_DECL_KEY_PLAY)
1415 static_assert((KEY_PLAY) == (207), "KEY_PLAY != 207");
1418 # define KEY_PLAY 207
4051 [KEY_PLAY] = XLAT(KEY_PLAY),
Devdev_keycode.in209 KEY_PLAY 207
/external/autotest/client/bin/input/
Dlinux_input.py401 KEY_PLAY = 207 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs246 pub const KEY_PLAY: u16 = 207; constant