Home | History | Annotate | Download | only in default

Lines Matching refs:health

17 #define LOG_TAG "health-hal"
19 #include <Health.h>
24 namespace health {
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.
34 Return<void> Health::init(const HealthConfig& config, init_cb _hidl_cb) {
52 Return<void> Health::update(const HealthInfo& info, update_cb _hidl_cb) {
69 Return<void> Health::energyCounter(energyCounter_cb _hidl_cb) {
86 return new Health();
91 } // namespace health