Searched refs:healthd_mode_ops (Results 1 – 4 of 4) sorted by relevance
80 struct healthd_mode_ops* healthd_mode_ops = nullptr; variable221 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()
65 static struct healthd_mode_ops healthd_mode_default_impl_ops = {74 healthd_mode_ops = &healthd_mode_default_impl_ops; in HIDL_FETCH_IHealth()
143 if (!healthd_mode_ops || !healthd_mode_ops->battery_update) { in update()
78 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()