Home
last modified time | relevance | path

Searched refs:convertFromHealthConfig (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/health/utils/libhealth2impl/
DHalHealthLoop.cpp31 using android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
45 convertFromHealthConfig(health_config.battery, config); in Init()
/hardware/interfaces/health/1.0/default/
DHealth.cpp29 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
42 convertFromHealthConfig(config, &healthd_config); in init()
Dconvert.cpp44 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc) { in convertFromHealthConfig() function
/hardware/interfaces/health/1.0/default/include/
Dhal_conversion.h31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);