/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/ |
D | RegistryValidator.java | 95 static boolean validateReportType(MetricType metricType, ReportType reportType) { in validateReportType() 106 ReportType reportType, PrivacyMechanism privacyMechanism) { in validatePrivacyMechanism()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hid/ |
D | HidHostNativeInterface.java | 86 byte reportType, in getReport() 93 byte[] address, int addressType, int transport, byte reportType, String report) { in setReport() 196 byte reportType, in getReportNative() 201 byte[] btAddress, int addressType, int transport, byte reportType, String report); in setReportNative()
|
D | HidHostService.java | 942 byte reportType, in getReport() 955 BluetoothDevice device, byte reportType, String report, AttributionSource source) { in setReport() 1195 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 1212 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
D | HidDeviceNativeInterface.java | 221 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
D | HidDeviceService.java | 816 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
|
/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() 56 …boolean setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource … in setReport()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | ReportingStatus.java | 153 public void setReportType(ReportType reportType) { in setReportType() 158 public void setReportType(String reportType) { in setReportType()
|
D | EventReportingJobHandler.java | 79 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
|
D | AggregateReportingJobHandler.java | 78 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 697 BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport() 736 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/ |
D | E2ETest.java | 426 static String getReportUrl(ReportType reportType, String origin) { in getReportUrl() 566 private boolean matchReportTimeAndReportTo(ReportType reportType, JSONObject obj1, in matchReportTimeAndReportTo() 623 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualEventReportJsons() 664 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualAggregateReportJsons() 705 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualDebugReportJsons()
|
/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 411 jint transport, jbyte reportType, in getReportNative() 441 jint transport, jbyte reportType, in setReportNative()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/ |
D | TransitionalScanHelper.java | 674 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReports() 685 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReportsInternal() 824 int numRecords, int reportType, byte[] batchRecord) { in parseBatchScanResults()
|
D | ScanNativeInterface.java | 307 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReports()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/ |
D | TransitionalScanHelperTest.java | 212 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 1931 bthh_report_type_t reportType, uint8_t reportId, in get_report() 2010 bthh_report_type_t reportType, char* report) { in set_report()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/ |
D | IMeasurementDao.java | 737 int incrementAndGetReportingRetryCount(String id, DataType reportType) in incrementAndGetReportingRetryCount()
|