Home
last modified time | relevance | path

Searched refs:HalHealthLoop (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/health/utils/libhealth2impl/
DHalHealthLoop.cpp40 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()
DBinderHealth.cpp46 : HalHealthLoop(name, impl) { in BinderHealth()
145 HalHealthLoop::OnHealthInfoChanged(health_info); in OnHealthInfoChanged()
160 HalHealthLoop::Init(config); in Init()
183 return HalHealthLoop::PrepareToWait(); in PrepareToWait()
DAndroid.bp23 "HalHealthLoop.cpp",
/hardware/interfaces/health/utils/libhealth2impl/include/health2impl/
DHalHealthLoop.h33 class HalHealthLoop : public HealthLoop {
35 HalHealthLoop(const std::string& name, const sp<IHealth>& service) in HalHealthLoop() function
DBinderHealth.h33 class BinderHealth : public HalHealthLoop, public IHealth, public hidl_death_recipient {