Home
last modified time | relevance | path

Searched refs:KEY_NUMERIC_0 (Results 1 – 6 of 6) sorted by relevance

/external/libxkbcommon/test/
Devdev-scancodes.h501 #define KEY_NUMERIC_0 0x200 /* used by phones, remote controls, */ macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h561 #define KEY_NUMERIC_0 0x200 /* used by phones, remote controls, */ macro
/external/strace/xlat/
Devdev_keycode.h3041 #if defined(KEY_NUMERIC_0) || (defined(HAVE_DECL_KEY_NUMERIC_0) && HAVE_DECL_KEY_NUMERIC_0)
3043 static_assert((KEY_NUMERIC_0) == (0x200), "KEY_NUMERIC_0 != 0x200");
3046 # define KEY_NUMERIC_0 0x200
4318 [KEY_NUMERIC_0] = XLAT(KEY_NUMERIC_0),
Devdev_keycode.in476 KEY_NUMERIC_0 0x200
/external/autotest/client/bin/input/
Dlinux_input.py661 KEY_NUMERIC_0 = 0x200 # used by phones, remote controls, variable
/external/crosvm/devices/src/virtio/input/
Dconstants.rs512 pub const KEY_NUMERIC_0: u16 = 0x200; constant