Home
last modified time | relevance | path

Searched refs:BTN_TOOL_PEN (Results 1 – 8 of 8) sorted by relevance

/external/autotest/client/bin/input/
Dlinux_input.py515 BTN_TOOL_PEN = 0x140 variable
1209 BTN_TOOL_PEN : 'TOOL_PEN',
/external/libxkbcommon/test/
Devdev-scancodes.h349 #define BTN_TOOL_PEN 0x140 macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h402 #define BTN_TOOL_PEN 0x140 macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c186 [BTN_TOOL_PEN] = "ToolPen", [BTN_TOOL_RUBBER] = "ToolRubber",
/external/strace/xlat/
Devdev_keycode.h2033 #if defined(BTN_TOOL_PEN) || (defined(HAVE_DECL_BTN_TOOL_PEN) && HAVE_DECL_BTN_TOOL_PEN)
2035 static_assert((BTN_TOOL_PEN) == (0x140), "BTN_TOOL_PEN != 0x140");
2038 # define BTN_TOOL_PEN 0x140
4166 [BTN_TOOL_PEN] = XLAT(BTN_TOOL_PEN),
Devdev_keycode.in324 BTN_TOOL_PEN 0x140
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/
Dneural_stylus_palm_detection_filter.cc212 if (touch.touching && touch.tool_code != BTN_TOOL_PEN) { in Filter()
/external/crosvm/devices/src/virtio/input/
Dconstants.rs358 pub const BTN_TOOL_PEN: u16 = 0x140; constant