/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/java/com/android/cobalt/registry/ |
D | RegistryValidator.java | 228 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/ |
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 | 929 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()
|
D | HidDeviceNativeInterface.java | 221 synchronized void onSetReport(byte reportType, byte reportId, byte[] data) { in onSetReport()
|
/aosp_15_r20/external/rmi4utils/f54test/ |
H A D | main.cpp | 52 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 D | f54test.cpp | 63 int F54Test::Prepare(f54_report_types reportType) in Prepare()
|
/aosp_15_r20/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()
|
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | HidParser.cpp | 92 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/ |
D | E2EAbstractTest.java | 458 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/ |
D | ReportingStatus.java | 155 public void setReportType(ReportType reportType) { in setReportType() 160 public void setReportType(String reportType) { in setReportType()
|
D | EventReportingJobHandler.java | 89 ReportingStatus.ReportType reportType, in EventReportingJobHandler()
|
D | AggregateReportingJobHandler.java | 109 ReportingStatus.ReportType reportType, in AggregateReportingJobHandler()
|
D | AggregateDebugReportApi.java | 548 DebugReportApi.Type reportType) { in getFirstMatchingAggregateReportData()
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHidHost.java | 703 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/ |
D | TransitionalScanHelper.java | 673 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 D | HidResultData.java | 31 public byte reportType; field in HidResultData
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hid_host.cpp | 409 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/ |
D | AggregateDebugReportData.java | 81 public Builder(Set<String> reportType, BigInteger keyPiece, int value) { in Builder()
|
/aosp_15_r20/packages/apps/Camera2/src_pd/com/android/camera/stats/ |
D | UsageStatistics.java | 95 public void reportMemoryConsumed(HashMap memoryData, String reportType) { in reportMemoryConsumed()
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/ |
D | MeasurementCobaltLogger.java | 202 int reportType, in logReportingStatusWithAppName()
|
/aosp_15_r20/packages/modules/AdServices/adservices/libraries/cobalt/tests/src/com/android/cobalt/registry/ |
D | RegistryMergerTest.java | 357 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/ |
D | TransitionalScanHelperTest.java | 195 int reportType = ScanManager.SCAN_RESULT_TYPE_FULL; in onBatchScanReportsInternal_deliverBatchScan() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_hh.cc | 1905 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 D | asan_malloc_win.cc | 154 int _CrtDbgReportW(int reportType, const wchar_t*, int, in _CrtDbgReportW() argument
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | MemoryTracking.cpp | 510 std::string reportType; in processCallback() local
|