Searched defs:health_info (Results 1 – 7 of 7) sorted by relevance
67 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()
83 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() local233 getHealthInfo_2_1([&](auto res, const auto& health_info) { in shouldKeepScreenOn()
74 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()
156 const HealthInfo_1_0& health_info = battery_monitor_->getHealthInfo_1_0(); in update() local
355 void BatteryMonitor::logValues(const android::hardware::health::V2_1::HealthInfo& health_info, in logValues()
576 void Charger::OnHealthInfoChanged(const HealthInfo_2_1& health_info) { in OnHealthInfoChanged()
215 bool verifyHealthInfo(const HealthInfo& health_info) { in verifyHealthInfo()