Home
last modified time | relevance | path

Searched refs:health_info (Results 1 – 4 of 4) sorted by relevance

/system/core/healthd/include/healthd/
DBatteryMonitor.h69 static void logValues(const android::hardware::health::V2_1::HealthInfo& health_info,
/system/core/healthd/
Dhealthd_mode_charger.h54 void OnHealthInfoChanged(const HealthInfo_2_1& health_info) override;
Dhealthd_mode_charger.cpp576 void Charger::OnHealthInfoChanged(const HealthInfo_2_1& health_info) { in OnHealthInfoChanged() argument
577 set_charger_online(health_info); in OnHealthInfoChanged()
586 health_info_ = health_info.legacy.legacy; in OnHealthInfoChanged()
DBatteryMonitor.cpp355 void BatteryMonitor::logValues(const android::hardware::health::V2_1::HealthInfo& health_info, in logValues() argument
359 const HealthInfo_1_0& props = health_info.legacy.legacy; in logValues()