Searched defs:healthd_mode_ops (Results 1 - 2 of 2) sorted by relevance

/system/core/healthd/include/healthd/
H A Dhealthd.h84 struct healthd_mode_ops { struct
91 extern struct healthd_mode_ops *healthd_mode_ops;
/system/core/healthd/
H A Dhealthd.cpp79 struct healthd_mode_ops *healthd_mode_ops; variable in typeref:struct:healthd_mode_ops
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();
305 healthd_mode_ops->heartbeat();
321 healthd_mode_ops->init(&healthd_config);
334 healthd_mode_ops = &android_ops;
337 healthd_mode_ops
[all...]

Completed in 316 milliseconds