Home
last modified time | relevance | path

Searched refs:healthd_config (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/health/1.0/default/
DHealth.cpp35 struct healthd_config healthd_config = {}; in init() local
42 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()
Dconvert.cpp25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) { in convertToHealthConfig()
44 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc) { in convertFromHealthConfig()
/hardware/interfaces/health/2.0/default/
Dhealthd_common.cpp45 static struct healthd_config healthd_config = { variable
123 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()
DHealth.cpp35 Health::Health(struct healthd_config* c) { in Health()
270 sp<IHealth> Health::initInstance(struct healthd_config* c) { in initInstance()
/hardware/interfaces/health/1.0/default/include/
Dhal_conversion.h29 void convertToHealthConfig(const struct healthd_config *hc,
31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
/hardware/interfaces/health/1.0/default/libhealthd/
Dhealthd_board_default.cpp19 void healthd_board_init(struct healthd_config*) in healthd_board_init() argument
/hardware/interfaces/health/2.0/utils/libhealthservice/
DHealthServiceCommon.cpp45 void healthd_mode_service_2_0_init(struct healthd_config* config) { in healthd_mode_service_2_0_init()
/hardware/interfaces/health/2.0/
DREADME89 void healthd_board_init(struct healthd_config*) {}