Searched refs:healthd_config (Results 1 - 5 of 5) sorted by relevance

/system/core/healthd/
H A Dhealthd_board_default.cpp19 void healthd_board_init(struct healthd_config *config)
H A Dhealthd.h52 struct healthd_config { struct
76 void healthd_board_init(struct healthd_config *config);
H A DBatteryMonitor.h42 void init(struct healthd_config *hc, bool nosvcmgr);
46 struct healthd_config *mHealthdConfig;
H A Dhealthd.cpp41 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, nosvcmg
[all...]
H A DBatteryMonitor.cpp275 void BatteryMonitor::init(struct healthd_config *hc, bool nosvcmgr) {

Completed in 96 milliseconds