Searched defs:evdev (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/hid/tests/ |
| A D | test_wacom_generic.py | 176 def match_evdev_rule(self, application, evdev): argument 897 def assert_contact(self, evdev, contact_ids, t=0): argument 919 def assert_contacts(self, evdev, data, t=0): argument 1011 def confidence_change_assert_playback(self, uhdev, evdev, timeline): argument
|
| A D | test_tablet.py | 67 def from_evdev(cls, evdev, test_button) -> "PenState": argument 489 def __assert_axis(self, evdev, axis, value): argument 500 def assert_expected_input_events(self, evdev, button): argument 662 self, from_state, pen, evdev, events, allow_intermediate_states, button argument
|
| A D | base_device.py | 244 def evdev(self: "EvdevDevice") -> Path: member in EvdevDevice 372 def match_evdev_rule(self, application, evdev): argument
|
| A D | base_gamepad.py | 20 def __init__(self, hid, evdev=None): argument
|
| A D | test_multitouch.py | 503 def match_evdev_rule(self, application, evdev): argument
|
Completed in 849 milliseconds