Searched refs:healthd_mode_ops (Results 1 – 3 of 3) sorted by relevance
77 struct healthd_mode_ops *healthd_mode_ops; variable102 static struct healthd_mode_ops android_ops = {109 static struct healthd_mode_ops charger_ops = {116 static struct healthd_mode_ops recovery_ops = {283 mode_timeout = healthd_mode_ops->preparetowait(); in healthd_mainloop()303 healthd_mode_ops->heartbeat(); in healthd_mainloop()319 healthd_mode_ops->init(&healthd_config); in healthd_init()332 healthd_mode_ops = &android_ops; in main()335 healthd_mode_ops = &charger_ops; in main()340 healthd_mode_ops = &charger_ops; in main()[all …]
82 struct healthd_mode_ops { struct89 extern struct healthd_mode_ops *healthd_mode_ops; argument
318 healthd_mode_ops->battery_update(&props); in update()