Home
last modified time | relevance | path

Searched refs:convertToHealthConfig (Results 1 – 3 of 3) sorted by relevance

/aosp12/hardware/interfaces/health/1.0/default/include/
H A Dhal_conversion.h29 void convertToHealthConfig(const struct healthd_config *hc,
/aosp12/hardware/interfaces/health/utils/libhealth2impl/
H A DHealth.cpp39 using android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
218 convertToHealthConfig(healthd_config_.get(), config.battery); in getHealthConfig()
/aosp12/hardware/interfaces/health/1.0/default/
H A Dconvert.cpp25 void convertToHealthConfig(const struct healthd_config *hc, HealthConfig& config) { in convertToHealthConfig() function