Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h195 #define KEY_PLAYPAUSE 164 macro
/external/libxkbcommon/test/data/keycodes/
Devdev219 <I172> = 172; // #define KEY_PLAYPAUSE 164
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h244 #define KEY_PLAYPAUSE 164 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c135 [KEY_PLAYPAUSE] = "PlayPause", [KEY_PREVIOUSSONG] = "PreviousSong",
/external/strace/xlat/
Devdev_keycode.h1147 #if defined(KEY_PLAYPAUSE) || (defined(HAVE_DECL_KEY_PLAYPAUSE) && HAVE_DECL_KEY_PLAYPAUSE)
1149 static_assert((KEY_PLAYPAUSE) == (164), "KEY_PLAYPAUSE != 164");
1152 # define KEY_PLAYPAUSE 164
4011 [KEY_PLAYPAUSE] = XLAT(KEY_PLAYPAUSE),
Devdev_keycode.in169 KEY_PLAYPAUSE 164
/external/autotest/client/bin/input/
Dlinux_input.py368 KEY_PLAYPAUSE = 164 variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs206 pub const KEY_PLAYPAUSE: u16 = 164; constant