Searched refs:mHealth (Results 1 – 6 of 6) sorted by relevance
165 std::shared_ptr<aidl::android::hardware::health::IHealth> mHealth; variable194 mHealth(healthService) {}195 bool enabled() { return mHealth != nullptr || DISK_STATS_PATH != nullptr; } in enabled()
111 shared_ptr<IHealth> mHealth; variable115 health_storage_info_t(const shared_ptr<IHealth>& service) : mHealth(service){}; in health_storage_info_t()
90 : mHealth(health) {} in hidl_health_death_recipient()94 android::sp<android::hardware::health::V2_0::IHealth> mHealth;
298 if (mHealth != nullptr) { in update()299 if (!get_disk_stats_from_health_hal(mHealth, &curr)) { in update()
183 if (mHealth != nullptr && interfacesEqual(mHealth, who.promote())) { in serviceDied()
329 auto ret = mHealth->getStorageInfo(&halInfos); in report()