Home
last modified time | relevance | path

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

/system/core/healthd/
DBatteryMonitor.cpp95 mHealthInfo(std::make_unique<HealthInfo_2_1>()) { in BatteryMonitor()
96 initHealthInfo(mHealthInfo.get()); in BatteryMonitor()
110 return *mHealthInfo; in getHealthInfo_2_1()
246 initHealthInfo(mHealthInfo.get()); in updateValues()
248 HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in updateValues()
273 mHealthInfo->legacy.batteryCurrentAverage = in updateValues()
277 mHealthInfo->batteryChargeTimeToFullNowSeconds = in updateValues()
281 mHealthInfo->batteryFullChargeDesignCapacityUah = in updateValues()
291 mHealthInfo->batteryCapacityLevel = getBatteryCapacityLevel(buf.c_str()); in updateValues()
354 const HealthInfo_1_0& props = mHealthInfo->legacy.legacy; in logValues()
[all …]
/system/core/healthd/include/healthd/
DBatteryMonitor.h75 std::unique_ptr<android::hardware::health::V2_1::HealthInfo> mHealthInfo; variable