Home
last modified time | relevance | path

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

/system/core/storaged/include/
Dstoraged_diskstats.h165 android::sp<android::hardware::health::V2_0::IHealth> mHealth; variable
193 mHealth(healthService) {}
194 bool enabled() { return mHealth != nullptr || DISK_STATS_PATH != nullptr; } in enabled()
Dstoraged_info.h111 sp<IHealth> mHealth; variable
115 health_storage_info_t(const sp<IHealth>& service) : mHealth(service){}; in health_storage_info_t()
/system/core/storaged/
Dstoraged_diskstats.cpp310 if (mHealth != nullptr) { in update()
311 if (!get_disk_stats_from_health_hal(mHealth, &curr)) { in update()
Dstoraged_info.cpp329 auto ret = mHealth->getStorageInfo([this](auto result, const auto& halInfos) { in report()