Home
last modified time | relevance | path

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

/system/update_engine/scripts/update_payload/
Dchecker.py189 def __init__(self, title, report): argument
343 def _CheckElem(msg, name, report, is_mandatory, is_submsg, convert=str, argument
422 def _CheckMandatoryField(msg, field_name, report, msg_name, convert=str, argument
430 def _CheckOptionalField(msg, field_name, report, convert=str, argument
438 def _CheckMandatorySubMsg(msg, submsg_name, report, msg_name): argument
444 def _CheckOptionalSubMsg(msg, submsg_name, report): argument
574 def _CheckManifestMinorVersion(self, report): argument
596 def _CheckManifest(self, report, part_sizes=None): argument
1123 def _CheckOperations(self, operations, report, base_name, old_fs_size, argument
1243 def _CheckSignatures(self, report, pubkey_file_name): argument
/system/bt/binder/android/bluetooth/
DIBluetoothHidHost.aidl54 boolean setReport(in BluetoothDevice device, byte reportType, String report); in setReport()
58 boolean sendData(in BluetoothDevice device, String report); in sendData()
/system/core/storaged/
Dstoraged_info.cpp242 void emmc_info_t::report() in report() function in emmc_info_t
335 void ufs_info_t::report() in report() function in ufs_info_t
380 void health_storage_info_t::report() { in report() function in health_storage_info_t
Dstoraged_uid_monitor.cpp369 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/
Dfs_mgr_vendor_overlay.cpp93 auto report = "__mount(source=overlay,target="s + vendor_mount_point + ",type=overlay," + in fs_mgr_vendor_overlay_mount() local
Dfs_mgr_overlayfs.cpp525 auto report = "__mount(source=overlay,target="s + mount_point + ",type=overlay"; in fs_mgr_overlayfs_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/extras/simpleperf/
Dcmd_kmem_test.cpp119 TEST(kmem_cmd, report) { in TEST() argument
/system/extras/simpleperf/runtest/
Druntest.py313 def report(self, record_file, report_file, additional_options=[]): member in Runner
376 def report(self, record_file, report_file, additional_options=[]): member in DeviceRunner
/system/bt/btif/src/
Dbtif_hd.cc542 tBTA_HD_REPORT report; in send_report() local
Dbtif_hh.cc655 uint16_t size, uint8_t* report) { in btif_hh_setreport()
1528 bthh_report_type_t reportType, char* report) { in set_report()
/system/bt/stack/avdt/
Davdt_scb_act.cc313 tAVDT_REPORT_DATA report; in avdt_scb_hdl_report() local
/system/bt/bta/hh/
Dbta_hh_int.h193 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member