Home | History | Annotate | Download | only in healthd

Lines Matching defs:healthd_config

41 static struct healthd_config 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, nosvcmgr);