Home | History | Annotate | Download | only in healthd

Lines Matching refs:health

27 #include <android/hardware/health/1.0/IHealth.h>
28 #include <android/hardware/health/1.0/types.h>
33 using IHealth = ::android::hardware::health::V1_0::IHealth;
34 using Result = ::android::hardware::health::V1_0::Result;
35 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
36 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
38 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
39 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
40 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
41 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;