Home
last modified time | relevance | path

Searched refs:get_health_service (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.cpp48 std::shared_ptr<aidl::android::hardware::health::IHealth> get_health_service() { in get_health_service() function
60 android::sp<HidlHealth> hidl_health = android::hardware::health::V2_0::get_health_service(); in get_health_service()
114 health_hal_(get_health_service()),
/system/core/storaged/
Dstoraged.cpp78 using android::hardware::health::V2_0::get_health_service;
97 ret.hidl_health = get_health_service(); in get()