Home
last modified time | relevance | path

Searched refs:hidl_health (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.cpp60 android::sp<HidlHealth> hidl_health = android::hardware::health::V2_0::get_health_service(); in get_health_service() local
61 if (hidl_health != nullptr) { in get_health_service()
62 return ndk::SharedRefBase::make<HealthShim>(hidl_health); in get_health_service()
/system/core/storaged/
Dstoraged.cpp97 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()
/system/core/storaged/include/
Dstoraged.h83 android::sp<android::hardware::health::V2_0::IHealth> hidl_health; member