Searched refs:reportID (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/hid/tests/ |
| A D | base_gamepad.py | 87 reportID=None, argument 136 reportID = reportID or self.default_reportID 146 gamepad, reportID=reportID, application=application 209 reportID=None, argument 233 reportID=reportID,
|
| A D | test_wacom_generic.py | 219 reportID = reportID or self.default_reportID 230 return super().create_report(report, reportID=reportID) 232 def create_report_heartbeat(self, reportID): argument 241 return super().create_report(report, reportID=reportID) 243 def create_report_pad(self, reportID, ring, ek0): argument 262 return super().create_report(report, reportID=reportID) 280 def event_heartbeat(self, reportID): argument 284 r = self.create_report_heartbeat(reportID) 288 def event_pad(self, reportID, ring=None, ek0=None): argument 292 r = self.create_report_pad(reportID, ring, ek0) [all …]
|
| A D | test_ite_keyboard.py | 136 def event(self, keys, reportID=None, application=None): argument 138 return super().event(keys, reportID, application)
|
| A D | test_keyboard.py | 58 def create_array_report(self, keys, reportID=None, application=None): argument 68 reportID = reportID or self.default_reportID 71 return self.create_report(keyboard, reportID=reportID, application=application) 73 def event(self, keys, reportID=None, application=None): argument 81 r = self.create_array_report(keys, reportID, application)
|
| A D | test_mouse.py | 42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument 76 reportID = reportID or self.default_reportID 86 return super().create_report(mouse, reportID=reportID) 335 r = self.create_report(x, y, buttons, wheels, reportID=1) 338 r = self.create_report(x, y, buttons, reportID=2)
|
| A D | test_multitouch.py | 85 def msCertificationBlob(cls, reportID): argument 496 def create_report(self, data, global_data=None, reportID=None, application=None): argument 501 return super().create_report(data, global_data=global_data, reportID=3)
|
| A D | test_apple_keyboard.py | 154 r = self.create_report(data, reportID=17)
|
Completed in 18 milliseconds