Searched refs:hidl_health (Results 1 – 3 of 3) sorted by relevance
60 android::sp<HidlHealth> hidl_health = android::hardware::health::V2_0::get_health_service(); in get_health_service() local61 if (hidl_health != nullptr) { in get_health_service()62 return ndk::SharedRefBase::make<HealthShim>(hidl_health); in get_health_service()
97 ret.hidl_health = get_health_service(); in get()98 if (ret.hidl_health != nullptr) { in get()99 ret.aidl_health = ndk::SharedRefBase::make<HealthShim>(ret.hidl_health); in get()
83 android::sp<android::hardware::health::V2_0::IHealth> hidl_health; member