Home
last modified time | relevance | path

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

/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp91 : mHealthdConfig(nullptr), in BatteryMonitor()
250 if (!mHealthdConfig->batteryPresentPath.isEmpty()) in updateValues()
257 getIntField(mHealthdConfig->batteryCapacityPath); in updateValues()
260 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) in updateValues()
263 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) in updateValues()
266 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) in updateValues()
272 if (!mHealthdConfig->batteryCurrentAvgPath.isEmpty()) in updateValues()
352 logValues(*mHealthInfo, *mHealthdConfig); in logValues()
400 if (!mHealthdConfig->batteryStatusPath.isEmpty()) { in getChargeStatus()
456 if (mHealthdConfig->energyCounter) { in getProperty()
[all …]
/aosp12/system/core/healthd/include/healthd/
H A DBatteryMonitor.h73 struct healthd_config *mHealthdConfig; variable