Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py473 BTN_TASK = 0x117 variable
1173 BTN_TASK : 'TASK',
/external/libxkbcommon/test/
Devdev-scancodes.h310 #define BTN_TASK 0x117 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h362 #define BTN_TASK 0x117 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c171 [BTN_BACK] = "BackBtn", [BTN_TASK] = "TaskBtn",
/external/strace/xlat/
Devdev_keycode.h1830 #if defined(BTN_TASK) || (defined(HAVE_DECL_BTN_TASK) && HAVE_DECL_BTN_TASK)
1832 static_assert((BTN_TASK) == (0x117), "BTN_TASK != 0x117");
1835 # define BTN_TASK 0x117
4134 [BTN_TASK] = XLAT(BTN_TASK),
Devdev_keycode.in292 BTN_TASK 0x117
/external/crosvm/devices/src/virtio/input/
Dconstants.rs319 pub const BTN_TASK: u16 = 0x117; constant