Home
last modified time | relevance | path

Searched refs:KEY_ROTATE_DISPLAY (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h232 #define KEY_ROTATE_DISPLAY 153 /* Display orientation for e.g. tablets */ macro
233 #define KEY_DIRECTION KEY_ROTATE_DISPLAY
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h231 #define KEY_ROTATE_DISPLAY 153 /* Display orientation for e.g. tablets */ macro
232 #define KEY_DIRECTION KEY_ROTATE_DISPLAY
/external/strace/xlat/
Devdev_keycode.h1070 #if defined(KEY_ROTATE_DISPLAY) || (defined(HAVE_DECL_KEY_ROTATE_DISPLAY) && HAVE_DECL_KEY_ROTATE_D…
1072 static_assert((KEY_ROTATE_DISPLAY) == (153), "KEY_ROTATE_DISPLAY != 153");
1075 # define KEY_ROTATE_DISPLAY 153
4000 [KEY_ROTATE_DISPLAY] = XLAT(KEY_ROTATE_DISPLAY),
Devdev_keycode.in158 KEY_ROTATE_DISPLAY 153
/external/strace/
DChangeLog6979 (KEY_DIRECTION): Remove, an alternative name for KEY_ROTATE_DISPLAY.
36213 * xlat/evdev_keycode.in: Add KEY_ROTATE_DISPLAY, KEY_NUMERIC_A,