Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py515 BTN_TOOL_LENS = 0x147 variable
1209 BTN_TOOL_LENS : 'TOOL_LENS',
/external/libxkbcommon/test/
Devdev-scancodes.h356 #define BTN_TOOL_LENS 0x147 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h408 #define BTN_TOOL_LENS 0x147 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c189 [BTN_TOOL_MOUSE] = "ToolMouse", [BTN_TOOL_LENS] = "ToolLens",
/external/strace/xlat/
Devdev_keycode.h2082 #if defined(BTN_TOOL_LENS) || (defined(HAVE_DECL_BTN_TOOL_LENS) && HAVE_DECL_BTN_TOOL_LENS)
2084 static_assert((BTN_TOOL_LENS) == (0x147), "BTN_TOOL_LENS != 0x147");
2087 # define BTN_TOOL_LENS 0x147
4173 [BTN_TOOL_LENS] = XLAT(BTN_TOOL_LENS),
Devdev_keycode.in331 BTN_TOOL_LENS 0x147
/external/crosvm/devices/src/virtio/input/
Dconstants.rs365 pub const BTN_TOOL_LENS: u16 = 0x147; constant