Home
last modified time | relevance | path

Searched defs:report (Results 1 – 25 of 27) sorted by relevance

12

/system/extras/profcollectd/binder/com/android/server/profcollect/
DIProfCollectd.aidl25 @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/
Dlib.rs20 mod report; module
87 pub fn report() -> Result<String> { in report() function
Dservice.rs83 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
Dreport.rs40 let mut report = PathBuf::from(report); in pack_report() localVariable
/system/update_engine/scripts/update_payload/
Dchecker.py189 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/
Dstoraged_info.cpp239 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
Dstoraged_uid_monitor.cpp366 void uid_monitor::report(unordered_map<int, StoragedProto>* protos) in report() function in uid_monitor
/system/bt/binder/android/bluetooth/le/
DIPeriodicAdvertisingCallback.aidl29 void onPeriodicAdvertisingReport(in PeriodicAdvertisingReport report); in onPeriodicAdvertisingReport()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp150 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/
Dscudo.cpp82 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/
Dcmd_merge_test.cpp70 std::string report = GetReport(input_file1); in TEST() local
Dcmd_kmem_test.cpp119 TEST(kmem_cmd, report) { in TEST() argument
/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py183 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/
DIBluetoothHidHost.aidl52 …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/
Dfs_mgr_vendor_overlay.cpp93 auto report = "__mount(source=overlay,target="s + vendor_mount_point + ",type=overlay," + in fs_mgr_vendor_overlay_mount() local
/system/netd/server/
DWakeupController.h56 WakeupController(ReportFn report, IptablesRestoreInterface* iptables) in WakeupController()
/system/core/storaged/include/
Dstoraged_info.h76 virtual void report() {}; in report() function
/system/bt/gd/hci/
Dle_scanning_manager_test.cc384 LeAdvertisingReport report{}; in TEST_F() local
411 LeAdvertisingReport report{}; in TEST_F() local
529 LeExtendedAdvertisingReport report{}; in TEST_F() local
Dle_scanning_manager.cc310 for (LeAdvertisingReport report : reports) { in handle_advertising_report() local
383 for (LeExtendedAdvertisingReport report : reports) { in handle_extended_advertising_report() local
/system/update_engine/aosp/
Dcleanup_previous_update_action.cc464 const auto& report = result->report(); in ReportMergeStats() local
/system/bt/btif/src/
Dbtif_hh.cc631 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()
Dbtif_hd.cc539 tBTA_HD_REPORT report; in send_report() local
/system/extras/simpleperf/runtest/
Druntest.py313 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/
Dbta_hh_int.h164 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member
/system/bt/stack/avdt/
Davdt_scb_act.cc315 tAVDT_REPORT_DATA report; in avdt_scb_hdl_report() local

12