Searched refs:healthd_config (Results 1 – 8 of 8) sorted by relevance
35 struct healthd_config healthd_config = {}; in init() local42 convertFromHealthConfig(config, &healthd_config); in init()43 healthd_board_init(&healthd_config); in init()44 mGetEnergyCounter = healthd_config.energyCounter; in init()45 convertToHealthConfig(&healthd_config, configOut); in init()
25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) { in convertToHealthConfig()44 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc) { in convertFromHealthConfig()
45 static struct healthd_config healthd_config = { variable123 int new_wake_interval = charger_online ? healthd_config.periodic_chores_interval_fast in healthd_battery_update_internal()124 : healthd_config.periodic_chores_interval_slow; in healthd_battery_update_internal()133 if (healthd_config.periodic_chores_interval_fast == -1) in healthd_battery_update_internal()136 awake_poll_interval = new_wake_interval == healthd_config.periodic_chores_interval_fast in healthd_battery_update_internal()138 : healthd_config.periodic_chores_interval_fast * 1000; in healthd_battery_update_internal()210 wakealarm_set_interval(healthd_config.periodic_chores_interval_fast); in wakealarm_init()249 healthd_mode_ops->init(&healthd_config); in healthd_init()
35 Health::Health(struct healthd_config* c) { in Health()270 sp<IHealth> Health::initInstance(struct healthd_config* c) { in initInstance()
29 void convertToHealthConfig(const struct healthd_config *hc,31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
19 void healthd_board_init(struct healthd_config*) in healthd_board_init() argument
45 void healthd_mode_service_2_0_init(struct healthd_config* config) { in healthd_mode_service_2_0_init()
89 void healthd_board_init(struct healthd_config*) {}