Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py506 BTN_TOOL_AIRBRUSH = 0x144 variable
1197 BTN_TOOL_AIRBRUSH : 'TOOL_AIRBRUSH',
/external/libxkbcommon/xkbcommon/test/
Devdev-scancodes.h353 #define BTN_TOOL_AIRBRUSH 0x144 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h405 #define BTN_TOOL_AIRBRUSH 0x144 macro
/external/u-boot/include/dt-bindings/input/
Dlinux-event-codes.h404 #define BTN_TOOL_AIRBRUSH 0x144 macro
/external/strace/xlat/
Devdev_keycode.h2061 #if defined(BTN_TOOL_AIRBRUSH) || (defined(HAVE_DECL_BTN_TOOL_AIRBRUSH) && HAVE_DECL_BTN_TOOL_AIRBR…
2063 static_assert((BTN_TOOL_AIRBRUSH) == (0x144), "BTN_TOOL_AIRBRUSH != 0x144");
2066 # define BTN_TOOL_AIRBRUSH 0x144
4170 [BTN_TOOL_AIRBRUSH] = XLAT(BTN_TOOL_AIRBRUSH),
Devdev_keycode.in328 BTN_TOOL_AIRBRUSH 0x144
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c188 [BTN_TOOL_AIRBRUSH] = "ToolAirbrush", [BTN_TOOL_FINGER] = "ToolFinger",