Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/default/
Dhealthd_common.cpp80 struct healthd_mode_ops* healthd_mode_ops = nullptr; variable
221 healthd_mode_ops->heartbeat(); in healthd_mainloop()
223 mode_timeout = healthd_mode_ops->preparetowait(); in healthd_mainloop()
247 healthd_mode_ops->init(&healthd_config); in healthd_init()
259 if (!healthd_mode_ops) { in healthd_main()
DHealthImplDefault.cpp65 static struct healthd_mode_ops healthd_mode_default_impl_ops = {
74 healthd_mode_ops = &healthd_mode_default_impl_ops; in HIDL_FETCH_IHealth()
DHealth.cpp143 if (!healthd_mode_ops || !healthd_mode_ops->battery_update) { in update()
/hardware/interfaces/health/2.0/utils/libhealthservice/
DHealthServiceCommon.cpp78 static struct healthd_mode_ops healthd_mode_service_2_0_ops = {
90 healthd_mode_ops = &healthd_mode_service_2_0_ops; in health_service_main()