Home
last modified time | relevance | path

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

/external/libxkbcommon/test/
Devdev-scancodes.h538 #define KEY_ALS_TOGGLE 0x230 /* Ambient light sensor */ macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h602 #define KEY_ALS_TOGGLE 0x230 /* Ambient light sensor */ macro
/external/strace/xlat/
Devdev_keycode.h3286 #if defined(KEY_ALS_TOGGLE) || (defined(HAVE_DECL_KEY_ALS_TOGGLE) && HAVE_DECL_KEY_ALS_TOGGLE)
3288 static_assert((KEY_ALS_TOGGLE) == (0x230), "KEY_ALS_TOGGLE != 0x230");
3291 # define KEY_ALS_TOGGLE 0x230
4359 [KEY_ALS_TOGGLE] = XLAT(KEY_ALS_TOGGLE),
Devdev_keycode.in517 KEY_ALS_TOGGLE 0x230
/external/crosvm/devices/src/virtio/input/
Dconstants.rs553 pub const KEY_ALS_TOGGLE: u16 = 0x230; constant