/packages/modules/Bluetooth/system/packet/tests/ |
D | packet_test_helper.h | 146 std::string getReport() const { return _report.str(); } in getReport() function 283 << "Report: " << _helper.getReport(); 285 << "Report: " << _helper.getReport();
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceBinderTest.java | 155 mBinder.getReport(mRemoteDevice, reportType, reportId, bufferSize, null); in getReport_callsServiceMethod() 157 verify(mService).getReport(mRemoteDevice, reportType, reportId, bufferSize); in getReport_callsServiceMethod()
|
/packages/services/Car/service/src/com/android/car/telemetry/util/ |
D | MetricsReportProtoUtils.java | 85 return getBundle(reportList.getReport(index).getReportBytes()); in getBundle()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 54 …boolean getReport(in BluetoothDevice device, byte reportType, byte reportId, int bufferSize, in At… in getReport() method
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 82 boolean getReport( in getReport() method in HidHostNativeInterface
|
D | HidHostService.java | 576 if (!mNativeInterface.getReport( in handleMessageGetReport() 940 public boolean getReport( in getReport() method in HidHostService.BluetoothHidHostBinder 950 return service.getReport(device, reportType, reportId, bufferSize); in getReport() 1195 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() method in HidHostService
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 696 public boolean getReport( in getReport() method in BluetoothHidHost 715 return service.getReport( in getReport()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/ |
D | ResultStoreTest.java | 377 assertThat(reportList.getReport(0).getIsLastReport()).isFalse(); in testPutMetricsReport_whenLastReport_shouldBuildCorrectReportContainer() 378 assertThat(reportList.getReport(1).getIsLastReport()).isTrue(); in testPutMetricsReport_whenLastReport_shouldBuildCorrectReportContainer()
|
/packages/services/Car/service/src/com/android/car/telemetry/ |
D | CarTelemetryService.java | 587 reportList.getReport(reportList.getReportCount() - 1).getIsLastReport() in streamReports()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 751 Landroid/bluetooth/BluetoothHidHost;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z 2053 Landroid/bluetooth/IBluetoothHidHost$Stub$Proxy;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z 2087 Landroid/bluetooth/IBluetoothHidHost;->getReport(Landroid/bluetooth/BluetoothDevice;BBI)Z
|