Home
last modified time | relevance | path

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

/hardware/interfaces/health/1.0/vts/functional/
DVtsHalHealthV1_0TargetTest.cpp26 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig; typedef
58 HealthConfig config;
/hardware/interfaces/health/1.0/default/include/
Dhal_conversion.h30 HealthConfig& config);
31 void convertFromHealthConfig(const HealthConfig& c, struct healthd_config *hc);
/hardware/interfaces/health/1.0/default/
DHealth.h32 using ::android::hardware::health::V1_0::HealthConfig;
42 Return<void> init(const HealthConfig& config, init_cb _hidl_cb) override;
DHealth.cpp34 Return<void> Health::init(const HealthConfig& config, init_cb _hidl_cb) { in init()
36 HealthConfig 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/1.0/
DIHealth.hal24 * The configuration values are described in 'struct HealthConfig'.
30 init(HealthConfig config) generates (HealthConfig configOut);
DAndroid.bp19 "HealthConfig",
Dtypes.hal66 struct HealthConfig {