Searched refs:periodic_chores_interval_fast (Results 1 – 3 of 3) sorted by relevance
43 .periodic_chores_interval_fast = DEFAULT_PERIODIC_CHORES_INTERVAL_FAST,183 healthd_config.periodic_chores_interval_fast : 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()
642 hc->periodic_chores_interval_fast = -1; in init()
55 int periodic_chores_interval_fast; member