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,
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()
DBatteryMonitor.cpp642 hc->periodic_chores_interval_fast = -1; in init()
/system/core/healthd/include/healthd/
Dhealthd.h55 int periodic_chores_interval_fast; member