Searched refs:healthd_mode_ops (Results 1 – 3 of 3) sorted by relevance
79 struct healthd_mode_ops *healthd_mode_ops; variable104 static struct healthd_mode_ops android_ops = {111 static struct healthd_mode_ops charger_ops = {118 static struct healthd_mode_ops recovery_ops = {285 mode_timeout = healthd_mode_ops->preparetowait(); in healthd_mainloop()305 healthd_mode_ops->heartbeat(); in healthd_mainloop()321 healthd_mode_ops->init(&healthd_config); in healthd_init()334 healthd_mode_ops = &android_ops; in main()337 healthd_mode_ops = &charger_ops; in main()342 healthd_mode_ops = &charger_ops; in main()[all …]
358 healthd_mode_ops->battery_update(&props); in update()
84 struct healthd_mode_ops { struct91 extern struct healthd_mode_ops *healthd_mode_ops; argument