/system/extras/profcollectd/binder/com/android/server/profcollect/ |
D | IProfCollectd.aidl | 25 @utf8InCpp String report(); in report() method 26 void copy_report_to_bb(int bb_profile_id, @utf8InCpp String report); in copy_report_to_bb() 27 void delete_report(@utf8InCpp String report); in delete_report()
|
/system/extras/profcollectd/libprofcollectd/ |
D | lib.rs | 20 mod report; module 87 pub fn report() -> Result<String> { in report() function
|
D | service.rs | 83 fn report(&self) -> BinderResult<String> { in report() method 94 let mut report = PathBuf::from(&*REPORT_OUTPUT_DIR); in delete_report() localVariable 106 let mut report = PathBuf::from(&*REPORT_OUTPUT_DIR); in copy_report_to_bb() localVariable 161 let report = report?.path(); in new() localVariable
|
D | report.rs | 40 let mut report = PathBuf::from(report); in pack_report() localVariable
|
/system/update_engine/scripts/update_payload/ |
D | checker.py | 189 def __init__(self, title, report): argument 341 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument 420 def _CheckMandatoryField(msg, field_name, report, msg_name, convert=str, argument 428 def _CheckOptionalField(msg, field_name, report, convert=str, argument 436 def _CheckMandatorySubMsg(msg, submsg_name, report, msg_name): argument 442 def _CheckOptionalSubMsg(msg, submsg_name, report): argument 572 def _CheckManifestMinorVersion(self, report): argument 594 def _CheckManifest(self, report, part_sizes=None): argument 1006 def _CheckOperations(self, operations, report, base_name, old_fs_size, argument 1117 def _CheckSignatures(self, report, pubkey_file_name): argument
|
/system/core/storaged/ |
D | storaged_info.cpp | 239 void emmc_info_t::report() in report() function in emmc_info_t 283 void ufs_info_t::report() in report() function in ufs_info_t 328 void health_storage_info_t::report() { in report() function in health_storage_info_t
|
D | storaged_uid_monitor.cpp | 366 void uid_monitor::report(unordered_map<int, StoragedProto>* protos) in report() function in uid_monitor
|
/system/bt/binder/android/bluetooth/le/ |
D | IPeriodicAdvertisingCallback.aidl | 29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report); in onPeriodicAdvertisingReport()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_stats.cpp | 150 SnapshotMergeStatsResultImpl(const SnapshotMergeReport& report, in SnapshotMergeStatsResultImpl() 153 const SnapshotMergeReport& report() const override { return report_; } in report() function in android::snapshot::SnapshotMergeStatsResultImpl
|
/system/core/debuggerd/libdebuggerd/ |
D | scudo.cpp | 82 void ScudoCrashData::FillInCause(Cause* cause, const scudo_error_report* report, in FillInCause() 148 void ScudoCrashData::DumpReport(const scudo_error_report* report, log_t* log, in DumpReport()
|
/system/extras/simpleperf/ |
D | cmd_merge_test.cpp | 70 std::string report = GetReport(input_file1); in TEST() local
|
D | cmd_kmem_test.cpp | 119 TEST(kmem_cmd, report) { in TEST() argument
|
/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 183 def report(self, sample: Sample): member in ReportOutput 191 def report(self, sample: Sample): member in ReportOutputDetails 202 def report(self, sample: Sample): member in ReportOutputSummary
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothHidHost.aidl | 52 …boolean setReport(in BluetoothDevice device, byte reportType, String report, in AttributionSource … in setReport() 54 …boolean sendData(in BluetoothDevice device, String report, in AttributionSource attributionSource); in sendData()
|
/system/core/fs_mgr/ |
D | fs_mgr_vendor_overlay.cpp | 93 auto report = "__mount(source=overlay,target="s + vendor_mount_point + ",type=overlay," + in fs_mgr_vendor_overlay_mount() local
|
/system/netd/server/ |
D | WakeupController.h | 56 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) in WakeupController()
|
/system/core/storaged/include/ |
D | storaged_info.h | 76 virtual void report() {}; in report() function
|
/system/bt/gd/hci/ |
D | le_scanning_manager_test.cc | 384 LeAdvertisingReport report{}; in TEST_F() local 411 LeAdvertisingReport report{}; in TEST_F() local 529 LeExtendedAdvertisingReport report{}; in TEST_F() local
|
D | le_scanning_manager.cc | 310 for (LeAdvertisingReport report : reports) { in handle_advertising_report() local 383 for (LeExtendedAdvertisingReport report : reports) { in handle_extended_advertising_report() local
|
/system/update_engine/aosp/ |
D | cleanup_previous_update_action.cc | 464 const auto& report = result->report(); in ReportMergeStats() local
|
/system/bt/btif/src/ |
D | btif_hh.cc | 631 uint16_t size, uint8_t* report) { in btif_hh_setreport() 650 void btif_hh_senddata(btif_hh_device_t* p_dev, uint16_t size, uint8_t* report) { in btif_hh_senddata() 1534 bthh_report_type_t reportType, char* report) { in set_report()
|
D | btif_hd.cc | 539 tBTA_HD_REPORT report; in send_report() local
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 313 def report(self, record_file, report_file, additional_options=[]): member in Runner 373 def report(self, record_file, report_file, additional_options=[]): member in DeviceRunner
|
/system/bt/bta/hh/ |
D | bta_hh_int.h | 164 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member
|
/system/bt/stack/avdt/ |
D | avdt_scb_act.cc | 315 tAVDT_REPORT_DATA report; in avdt_scb_hdl_report() local
|