OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:periodic_chores_interval_fast
(Results
1 - 3
of
3
) sorted by null
/system/core/healthd/
healthd.cpp
43
.
periodic_chores_interval_fast
= DEFAULT_PERIODIC_CHORES_INTERVAL_FAST,
183
healthd_config.
periodic_chores_interval_fast
:
194
if (healthd_config.
periodic_chores_interval_fast
== -1)
198
new_wake_interval == healthd_config.
periodic_chores_interval_fast
?
199
-1 : healthd_config.
periodic_chores_interval_fast
* 1000;
275
wakealarm_set_interval(healthd_config.
periodic_chores_interval_fast
);
BatteryMonitor.cpp
642
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
Completed in 234 milliseconds