Searched refs:setReport (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceBinderTest.java | 155 mBinder.setReport(mDevice, reportType, report, mAttributionSource); in setReport_callsServiceMethod() 156 verify(mService).setReport(mDevice, reportType, report); in setReport_callsServiceMethod()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostServiceBinder.java | 197 public boolean setReport( in setReport() method in HidHostServiceBinder 203 return service.setReport(device, reportType, report); in setReport()
|
D | HidHostNativeInterface.java | 97 boolean setReport( in setReport() method in HidHostNativeInterface
|
D | HidHostService.java | 480 if (!mNativeInterface.setReport( in handleMessageSetReport() 922 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() method in HidHostService
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Hid.kt | 54 bluetoothHidHost.setReport( in sendHostReport()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/hid/ |
D | HidHostTest.java | 650 mHidService.setReport(mDevice, BluetoothHidHost.REPORT_TYPE_INPUT, kbReportData); in hidSetReportTest() 665 mHidService.setReport( in hidSetReportTest() 683 mHidService.setReport(mDevice, BluetoothHidHost.REPORT_TYPE_INPUT, mouseReportData); in hidSetReportTest() 699 mHidService.setReport(mDevice, BluetoothHidHost.REPORT_TYPE_INPUT, inValidReportData); in hidSetReportTest()
|
D | HidHostDualModeTest.java | 456 mHidService.setReport(mDevice, BluetoothHidHost.REPORT_TYPE_INPUT, "010203040506070809"); in hogpSetReportTest() 463 mHidService.setReport(mDevice, BluetoothHidHost.REPORT_TYPE_INPUT, "02030405"); in hogpSetReportTest()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 56 …boolean setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource … in setReport() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 739 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport() method in BluetoothHidHost 747 return service.setReport(device, reportType, report, mAttributionSource); in setReport()
|