Home
last modified time | relevance | path

Searched defs:reportType (Results 1 – 18 of 18) sorted by relevance

/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java95 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/
DHidHostNativeInterface.java86 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()
DHidHostService.java942 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()
DHidDeviceNativeInterface.java221 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
DHidDeviceService.java816 synchronized void onSetReportFromNative(byte reportType, byte reportId, byte[] data) { in onSetReportFromNative()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHidHost.aidl54 …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/
DReportingStatus.java153 public void setReportType(ReportType reportType) { in setReportType()
158 public void setReportType(String reportType) { in setReportType()
DEventReportingJobHandler.java79 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
DAggregateReportingJobHandler.java78 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java697 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/
DE2ETest.java426 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/
DUsageStatistics.java95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp411 jint transport, jbyte reportType, in getReportNative()
441 jint transport, jbyte reportType, in setReportNative()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java674 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()
DScanNativeInterface.java307 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/
DTransitionalScanHelperTest.java212 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1931 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/
DIMeasurementDao.java737 int incrementAndGetReportingRetryCount(String id, DataType reportType) in incrementAndGetReportingRetryCount()