Home
last modified time | relevance | path

Searched refs:periodic_chores_interval_fast (Results 1 – 3 of 3) sorted by relevance

/system/core/healthd/
Dhealthd.cpp43 .periodic_chores_interval_fast = DEFAULT_PERIODIC_CHORES_INTERVAL_FAST,
181 healthd_config.periodic_chores_interval_fast : in healthd_battery_update()
192 if (healthd_config.periodic_chores_interval_fast == -1) in healthd_battery_update()
196 new_wake_interval == healthd_config.periodic_chores_interval_fast ? in healthd_battery_update()
197 -1 : healthd_config.periodic_chores_interval_fast * 1000; in healthd_battery_update()
273 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast); in wakealarm_init()
Dhealthd.h55 int periodic_chores_interval_fast; member
DBatteryMonitor.cpp566 hc->periodic_chores_interval_fast = -1; in init()