Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py504 BTN_TOOL_BRUSH = 0x142 variable
1195 BTN_TOOL_BRUSH : 'TOOL_BRUSH',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h351 #define BTN_TOOL_BRUSH 0x142 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h403 #define BTN_TOOL_BRUSH 0x142 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h402 #define BTN_TOOL_BRUSH 0x142 macro
/external/strace/xlat/
Devdev_keycode.h2047 #if defined(BTN_TOOL_BRUSH) || (defined(HAVE_DECL_BTN_TOOL_BRUSH) && HAVE_DECL_BTN_TOOL_BRUSH)
2049 static_assert((BTN_TOOL_BRUSH) == (0x142), "BTN_TOOL_BRUSH != 0x142");
2052 # define BTN_TOOL_BRUSH 0x142
4168 [BTN_TOOL_BRUSH] = XLAT(BTN_TOOL_BRUSH),
Devdev_keycode.in326 BTN_TOOL_BRUSH 0x142
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c187 [BTN_TOOL_BRUSH] = "ToolBrush", [BTN_TOOL_PENCIL] = "ToolPencil",