Home
last modified time | relevance | path

Searched refs:mHealth (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/storaged/include/
H A Dstoraged_diskstats.h165 std::shared_ptr<aidl::android::hardware::health::IHealth> mHealth; variable
194 mHealth(healthService) {}
195 bool enabled() { return mHealth != nullptr || DISK_STATS_PATH != nullptr; } in enabled()
H A Dstoraged_info.h111 shared_ptr<IHealth> mHealth; variable
115 health_storage_info_t(const shared_ptr<IHealth>& service) : mHealth(service){}; in health_storage_info_t()
H A Dstoraged.h90 : mHealth(health) {} in hidl_health_death_recipient()
94 android::sp<android::hardware::health::V2_0::IHealth> mHealth;
/aosp14/system/core/storaged/
H A Dstoraged_diskstats.cpp298 if (mHealth != nullptr) { in update()
299 if (!get_disk_stats_from_health_hal(mHealth, &curr)) { in update()
H A Dstoraged.cpp183 if (mHealth != nullptr && interfacesEqual(mHealth, who.promote())) { in serviceDied()
H A Dstoraged_info.cpp329 auto ret = mHealth->getStorageInfo(&halInfos); in report()