Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h263 #define KEY_REPLY 232 /* AC Reply */ macro
/external/libxkbcommon/test/data/keycodes/
Devdev270 <I240> = 240; // #define KEY_REPLY 232
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h312 #define KEY_REPLY 232 /* AC Reply */ macro
/external/strace/xlat/
Devdev_keycode.h1588 #if defined(KEY_REPLY) || (defined(HAVE_DECL_KEY_REPLY) && HAVE_DECL_KEY_REPLY)
1590 static_assert((KEY_REPLY) == (232), "KEY_REPLY != 232");
1593 # define KEY_REPLY 232
4079 [KEY_REPLY] = XLAT(KEY_REPLY),
Devdev_keycode.in237 KEY_REPLY 232
/external/autotest/client/bin/input/
Dlinux_input.py429 KEY_REPLY = 232 # AC Reply variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs273 pub const KEY_REPLY: u16 = 232; constant