Home
last modified time | relevance | path

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

/external/autotest/client/bin/input/
Dlinux_input.py528 BTN_TOOL_TRIPLETAP = 0x14e variable
1222 BTN_TOOL_TRIPLETAP : 'TOOL_TRIPLETAP',
Dinput_device.py472 elif self._get_value(EV_KEY, BTN_TOOL_TRIPLETAP) == 1:
/external/libxkbcommon/test/
Devdev-scancodes.h362 #define BTN_TOOL_TRIPLETAP 0x14e macro
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h416 #define BTN_TOOL_TRIPLETAP 0x14e macro
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c192 [BTN_TOOL_TRIPLETAP] = "Tool Tripletap", [BTN_GEAR_DOWN] = "WheelBtn",
/external/strace/xlat/
Devdev_keycode.h2131 #if defined(BTN_TOOL_TRIPLETAP) || (defined(HAVE_DECL_BTN_TOOL_TRIPLETAP) && HAVE_DECL_BTN_TOOL_TRI…
2133 static_assert((BTN_TOOL_TRIPLETAP) == (0x14e), "BTN_TOOL_TRIPLETAP != 0x14e");
2136 # define BTN_TOOL_TRIPLETAP 0x14e
4180 [BTN_TOOL_TRIPLETAP] = XLAT(BTN_TOOL_TRIPLETAP),
Devdev_keycode.in338 BTN_TOOL_TRIPLETAP 0x14e
/external/crosvm/devices/src/virtio/input/
Dconstants.rs372 pub const BTN_TOOL_TRIPLETAP: u16 = 0x14e; constant