Lines Matching refs:healthd_config
42 static struct healthd_config healthd_config = { variable
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*/) { in healthd_mode_nop_init() argument
183 healthd_config.periodic_chores_interval_fast : in healthd_battery_update()
184 healthd_config.periodic_chores_interval_slow; in healthd_battery_update()
194 if (healthd_config.periodic_chores_interval_fast == -1) in healthd_battery_update()
198 new_wake_interval == healthd_config.periodic_chores_interval_fast ? in healthd_battery_update()
199 -1 : healthd_config.periodic_chores_interval_fast * 1000; in healthd_battery_update()
275 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast); in wakealarm_init()
320 healthd_board_init(&healthd_config); in healthd_init()
321 healthd_mode_ops->init(&healthd_config); in healthd_init()
325 gBatteryMonitor->init(&healthd_config); in healthd_init()