Home
last modified time | relevance | path

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

/hardware/interfaces/health/2.0/default/
DHealth.cpp159 void Health::notifyListeners(HealthInfo* healthInfo) { in notifyListeners() argument
174 healthInfo->batteryCurrentAverage = currentAvg; in notifyListeners()
175 healthInfo->diskStats = stats; in notifyListeners()
176 healthInfo->storageInfos = info; in notifyListeners()
180 auto ret = (*it)->healthInfoChanged(*healthInfo); in notifyListeners()
256 V2_0::HealthInfo healthInfo = {}; in getHealthInfo() local
257 healthInfo.legacy = std::move(batteryInfo); in getHealthInfo()
258 healthInfo.batteryCurrentAverage = currentAvg; in getHealthInfo()
259 healthInfo.diskStats = stats; in getHealthInfo()
260 healthInfo.storageInfos = info; in getHealthInfo()
[all …]