OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:healthd_config
(Results
1 - 2
of
2
) sorted by null
/system/core/healthd/
healthd.h
52
struct
healthd_config
{
struct
76
void healthd_board_init(struct
healthd_config
*config);
healthd.cpp
41
static struct
healthd_config
healthd_config
= {
variable in typeref:struct:healthd_config
97
healthd_config
.periodic_chores_interval_fast :
98
healthd_config
.periodic_chores_interval_slow;
108
if (
healthd_config
.periodic_chores_interval_fast == -1)
112
new_wake_interval ==
healthd_config
.periodic_chores_interval_fast ?
113
-1 :
healthd_config
.periodic_chores_interval_fast * 1000;
164
wakealarm_set_interval(
healthd_config
.periodic_chores_interval_fast);
276
healthd_board_init(&
healthd_config
);
281
gBatteryMonitor->init(&
healthd_config
, nosvcmgr)
[
all
...]
Completed in 432 milliseconds