Searched defs:health (Results 1 - 5 of 5) sorted by path

/hardware/interfaces/health/1.0/default/
H A DHealth.cpp17 #define LOG_TAG "health-hal"
24 namespace health { namespace in namespace:android::hardware
28 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthConfig;
29 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthConfig;
30 using ::android::hardware::health::V1_0::hal_conversion::convertToHealthInfo;
31 using ::android::hardware::health::V1_0::hal_conversion::convertFromHealthInfo;
33 // Methods from ::android::hardware::health::V1_0::IHealth follow.
91 } // namespace health
H A DHealth.h19 #include <android/hardware/health/1.0/IHealth.h>
27 namespace health { namespace in namespace:android::hardware
31 using ::android::hardware::health::V1_0::HealthInfo;
32 using ::android::hardware::health::V1_0::HealthConfig;
33 using ::android::hardware::health::V1_0::IHealth;
41 // Methods from ::android::hardware::health::V1_0::IHealth follow.
53 } // namespace health
H A Dconvert.cpp21 namespace health { namespace in namespace:android::hardware
146 } // namespace health
/hardware/interfaces/health/1.0/default/include/
H A Dhal_conversion.h20 #include <android/hardware/health/1.0/IHealth.h>
25 namespace health { namespace in namespace:android::hardware
/hardware/interfaces/health/1.0/vts/functional/
H A DVtsHalHealthV1_0TargetTest.cpp19 #include <android/hardware/health/1.0/IHealth.h>
20 #include <android/hardware/health/1.0/types.h>
24 using HealthConfig = ::android::hardware::health::V1_0::HealthConfig;
25 using HealthInfo = ::android::hardware::health::V1_0::HealthInfo;
26 using IHealth = ::android::hardware::health::V1_0::IHealth;
27 using Result = ::android::hardware::health::V1_0::Result;
34 health = ::testing::VtsHalHidlTargetTestBase::getService<IHealth>();
35 ASSERT_NE(health, nullptr);
36 health->init(config,
40 sp<IHealth> health; member in class:HealthHidlTest
[all...]

Completed in 203 milliseconds