Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd.cpp77 struct healthd_mode_ops *healthd_mode_ops; variable
102 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 …]
Dhealthd.h82 struct healthd_mode_ops { struct
89 extern struct healthd_mode_ops *healthd_mode_ops; argument
DBatteryMonitor.cpp318 healthd_mode_ops->battery_update(&props); in update()