Home
last modified time | relevance | path

Searched defs:health_info (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DHalHealthLoop.cpp67 service_->getHealthInfo_2_1([this](auto res, const auto& health_info) { in ScheduleBatteryUpdate()
79 void HalHealthLoop::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged()
84 void HalHealthLoop::set_charger_online(const HealthInfo& health_info) { in set_charger_online()
H A DHealth.cpp83 getHealthInfo_2_1([&](auto res, const auto& health_info) { in update()
176 [&](auto res, const auto& health_info) { _hidl_cb(res, health_info.legacy); }); in getHealthInfo()
182 HealthInfo health_info = battery_monitor_.getHealthInfo_2_1(); in getHealthInfo_2_1() local
233 getHealthInfo_2_1([&](auto res, const auto& health_info) { in shouldKeepScreenOn()
H A DBinderHealth.cpp74 getHealthInfo_2_1([&](auto res, const auto& health_info) { in registerCallback()
117 getHealthInfo_2_1([&](auto res, const auto& health_info) { in update()
131 void BinderHealth::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged()
/aosp12/hardware/interfaces/health/2.0/default/
H A DHealth.cpp156 const HealthInfo_1_0& health_info = battery_monitor_->getHealthInfo_1_0(); in update() local
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp355 void BatteryMonitor::logValues(const android::hardware::health::V2_1::HealthInfo& health_info, in logValues()
H A Dhealthd_mode_charger.cpp576 void Charger::OnHealthInfoChanged(const HealthInfo_2_1& health_info) { in OnHealthInfoChanged()
/aosp12/hardware/interfaces/health/2.0/vts/functional/
H A DVtsHalHealthV2_0TargetTest.cpp215 bool verifyHealthInfo(const HealthInfo& health_info) { in verifyHealthInfo()