Home
last modified time | relevance | path

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

12345

/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/
DRegistryValidator.java228 static boolean validateReportType(MetricType metricType, ReportType reportType) { in validateReportType()
239 ReportType reportType, PrivacyMechanism privacyMechanism) { in validatePrivacyMechanism()
256 ReportType reportType, in validateMinAndMaxValues()
338 ReportType reportType, in validatePoissonFields()
365 ReportType reportType, in validateMaxPrivateIndex()
/aosp_15_r20/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.java929 byte reportType, in getReport()
942 BluetoothDevice device, byte reportType, String report, AttributionSource source) { in setReport()
1182 boolean getReport(BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
1199 boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
DHidDeviceNativeInterface.java221 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
/aosp_15_r20/external/rmi4utils/f54test/
H A Dmain.cpp52 int RunF54Test(RMIDevice & rmidevice, f54_report_types reportType, bool continuousMode, bool noRese… in RunF54Test()
109 f54_report_types reportType = F54_16BIT_IMAGE; in main() local
H A Df54test.cpp63 int F54Test::Prepare(f54_report_types reportType) in Prepare()
/aosp_15_r20/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()
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DHidParser.cpp92 unsigned int reportType = i.tag; in processMainTag() local
280 static std::string reportTypeToString(int reportType) { in reportTypeToString()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/
DE2EAbstractTest.java458 static String getReportUrl(ReportType reportType, JSONObject obj) { in getReportUrl()
618 private boolean matchReportTimeAndReportTo(ReportType reportType, JSONObject obj1, in matchReportTimeAndReportTo()
674 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualEventReportJsons()
715 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualAggregateReportJsons()
756 ReportType reportType, JSONObject expected, JSONObject actual) throws JSONException { in areEqualDebugReportJsons()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java155 public void setReportType(ReportType reportType) { in setReportType()
160 public void setReportType(String reportType) { in setReportType()
DEventReportingJobHandler.java89 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
DAggregateReportingJobHandler.java109 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
DAggregateDebugReportApi.java548 DebugReportApi.Type reportType) { in getFirstMatchingAggregateReportData()
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHidHost.java703 BluetoothDevice device, byte reportType, byte reportId, int bufferSize) { in getReport()
742 public boolean setReport(BluetoothDevice device, byte reportType, String report) { in setReport()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java673 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReports()
684 int status, int scannerId, int reportType, int numRecords, byte[] recordData) in onBatchScanReportsInternal()
817 int numRecords, int reportType, byte[] batchRecord) { in parseBatchScanResults()
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DHidResultData.java31 public byte reportType; field in HidResultData
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_host.cpp409 jint address_type, jint transport, jbyte reportType, jbyte reportId, in getReportNative()
439 jint address_type, jint transport, jbyte reportType, in setReportNative()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregateDebugReportData.java81 public Builder(Set<String> reportType, BigInteger keyPiece, int value) { in Builder()
/aosp_15_r20/packages/apps/Camera2/src_pd/com/android/camera/stats/
DUsageStatistics.java95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DMeasurementCobaltLogger.java202 int reportType, in logReportingStatusWithAppName()
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/registry/
DRegistryMergerTest.java357 private ReportDefinition makeReport(int reportId, ReportType reportType) { in makeReport()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DTransitionalScanHelperTest.java195 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_hh.cc1905 tBT_TRANSPORT transport, bthh_report_type_t reportType, in get_report()
1977 tBT_TRANSPORT transport, bthh_report_type_t reportType, in set_report()
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_win.cc154 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DMemoryTracking.cpp510 std::string reportType; in processCallback() local

12345