HomeSort by relevance Sort by last modified time
    Searched refs:periodic_chores_interval_fast (Results 1 - 4 of 4) sorted by null

  /system/core/healthd/
healthd_common.cpp 53 .periodic_chores_interval_fast = DEFAULT_PERIODIC_CHORES_INTERVAL_FAST,
139 healthd_config.periodic_chores_interval_fast :
150 if (healthd_config.periodic_chores_interval_fast == -1)
154 new_wake_interval == healthd_config.periodic_chores_interval_fast ?
155 -1 : healthd_config.periodic_chores_interval_fast * 1000;
231 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast);
BatteryMonitor.cpp 629 hc->periodic_chores_interval_fast = -1;
  /system/core/healthd/include/healthd/
healthd.h 25 // periodic_chores_interval_fast, periodic_chores_interval_slow: intervals at
29 // periodic_chores_interval_fast is used while the device is not in
55 int periodic_chores_interval_fast; member in struct:healthd_config
  /hardware/interfaces/health/1.0/default/
convert.cpp 26 config.periodicChoresIntervalFast = hc->periodic_chores_interval_fast;
45 hc->periodic_chores_interval_fast = c.periodicChoresIntervalFast;

Completed in 74 milliseconds