Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py509 BTN_TOOL_RUBBER = 0x141 variable
1203 BTN_TOOL_RUBBER : 'TOOL_RUBBER',
/external/libxkbcommon/test/
Devdev-scancodes.h350 #define BTN_TOOL_RUBBER 0x141 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h402 #define BTN_TOOL_RUBBER 0x141 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c186 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
/external/strace/xlat/
Devdev_keycode.h2040 #if defined(BTN_TOOL_RUBBER) || (defined(HAVE_DECL_BTN_TOOL_RUBBER) && HAVE_DECL_BTN_TOOL_RUBBER)
2042 static_assert((BTN_TOOL_RUBBER) == (0x141), "BTN_TOOL_RUBBER != 0x141");
2045 # define BTN_TOOL_RUBBER 0x141
4167 [BTN_TOOL_RUBBER] = XLAT(BTN_TOOL_RUBBER),
Devdev_keycode.in325 BTN_TOOL_RUBBER 0x141
/external/crosvm/devices/src/virtio/input/
Dconstants.rs359 pub const BTN_TOOL_RUBBER: u16 = 0x141; constant