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

/system/core/healthd/
H A Dhealthd.h52 struct healthd_config { struct
76 void healthd_board_init(struct healthd_config *config);
H A Dhealthd.cpp41 static struct healthd_config healthd_config = { variable in typeref:struct:healthd_config
97 healthd_config.periodic_chores_interval_fast :
98 healthd_config.periodic_chores_interval_slow;
108 if (healthd_config.periodic_chores_interval_fast == -1)
112 new_wake_interval == healthd_config.periodic_chores_interval_fast ?
113 -1 : healthd_config.periodic_chores_interval_fast * 1000;
164 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast);
276 healthd_board_init(&healthd_config);
281 gBatteryMonitor->init(&healthd_config, nosvcmg
[all...]

Completed in 122 milliseconds