Home
last modified time | relevance | path

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

/system/core/healthd/
Dhealthd.cpp79 struct healthd_mode_ops *healthd_mode_ops; variable
104 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 …]
DBatteryMonitor.cpp358 healthd_mode_ops->battery_update(&props); in update()
/system/core/healthd/include/healthd/
Dhealthd.h84 struct healthd_mode_ops { struct
91 extern struct healthd_mode_ops *healthd_mode_ops; argument