Searched refs:HalHealthLoop (Results 1 – 5 of 5) sorted by relevance
40 void HalHealthLoop::Init(struct healthd_config* config) { in Init()55 void HalHealthLoop::Heartbeat(void) { in Heartbeat()59 void HalHealthLoop::ScheduleBatteryUpdate() { in ScheduleBatteryUpdate()75 int HalHealthLoop::PrepareToWait() { in PrepareToWait()79 void HalHealthLoop::OnHealthInfoChanged(const HealthInfo& health_info) { in OnHealthInfoChanged()84 void HalHealthLoop::set_charger_online(const HealthInfo& health_info) { in set_charger_online()
46 : HalHealthLoop(name, impl) { in BinderHealth()145 HalHealthLoop::OnHealthInfoChanged(health_info); in OnHealthInfoChanged()160 HalHealthLoop::Init(config); in Init()183 return HalHealthLoop::PrepareToWait(); in PrepareToWait()
23 "HalHealthLoop.cpp",
33 class HalHealthLoop : public HealthLoop {35 HalHealthLoop(const std::string& name, const sp<IHealth>& service) in HalHealthLoop() function
33 class BinderHealth : public HalHealthLoop, public IHealth, public hidl_death_recipient {