Searched defs:application (Results 1 – 11 of 11) sorted by relevance
/tools/testing/selftests/hid/tests/ |
A D | base_gamepad.py | 59 def __init__(self, rdesc, application="Game Pad", name=None, input_info=None): argument 88 application="Game Pad", argument 199 def __init__(self, rdesc, application="Joystick", name=None, input_info=None): argument 210 application=None, argument
|
A D | base_device.py | 290 application, argument 372 def match_evdev_rule(self, application, evdev): argument 405 def next_sync_events(self, application=None): argument 419 def get_evdev(self, application=None): argument
|
A D | test_keyboard.py | 58 def create_array_report(self, keys, reportID=None, application=None): argument 73 def event(self, keys, reportID=None, application=None): argument
|
A D | test_usb_crash.py | 65 def get_evdev(self, application=None): argument
|
A D | test_ite_keyboard.py | 136 def event(self, keys, reportID=None, application=None): argument
|
A D | test_tablet.py | 524 application="Pen", argument 912 application="Pen", argument 1013 application="Pen", argument 1149 application="Stylus", argument
|
A D | test_mouse.py | 476 def get_evdev(self, application=None): argument 482 def next_sync_events(self, application=None): argument
|
A D | base.py | 139 def __init__(self, name, application, rdesc_str=None, rdesc=None, input_info=None): argument
|
A D | test_multitouch.py | 106 application="Touch Screen", argument 242 application="Touch Pad", argument 496 def create_report(self, data, global_data=None, reportID=None, application=None): argument 503 def match_evdev_rule(self, application, evdev): argument
|
A D | test_gamepad.py | 629 application="Joystick", argument
|
A D | test_wacom_generic.py | 176 def match_evdev_rule(self, application, evdev): argument
|
Completed in 52 milliseconds