Lines Matching defs:healthd_config
42 static struct healthd_config healthd_config = {
83 extern void healthd_mode_android_init(struct healthd_config *config);
90 extern void healthd_mode_charger_init(struct healthd_config *config);
98 static void healthd_mode_nop_init(struct healthd_config *config);
125 static void healthd_mode_nop_init(struct healthd_config* /*config*/) {
183 healthd_config.periodic_chores_interval_fast :
184 healthd_config.periodic_chores_interval_slow;
194 if (healthd_config.periodic_chores_interval_fast == -1)
198 new_wake_interval == healthd_config.periodic_chores_interval_fast ?
199 -1 : healthd_config.periodic_chores_interval_fast * 1000;
275 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast);
320 healthd_board_init(&healthd_config);
321 healthd_mode_ops->init(&healthd_config);
325 gBatteryMonitor->init(&healthd_config);