Home | History | Annotate | Download | only in healthd

Lines Matching full:health

20 #include <android/hardware/health/1.0/IHealth.h>
21 #include <android/hardware/health/1.0/types.h>
29 using android::hardware::health::V1_0::HealthConfig;
30 using android::hardware::health::V1_0::HealthInfo;
31 using android::hardware::health::V1_0::Result;
32 using android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
33 using android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
34 using android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
35 using android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
37 using IHealthLegacy = android::hardware::health::V1_0::IHealth;
69 LOG(INFO) << LOG_TAG << ": redirecting calls to 1.0 health HAL";