Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/include/healthd/
H A Dhealthd.h76 android::String8 batteryHealthStatusPath; member
/aosp14/system/core/healthd/
H A DBatteryMonitor.cpp399 if (!mHealthdConfig->batteryHealthStatusPath.isEmpty()) in updateValues()
400 mBatteryHealthStatus = getIntField(mHealthdConfig->batteryHealthStatusPath); in updateValues()
921 if (mHealthdConfig->batteryHealthStatusPath.isEmpty()) { in init()
924 if (access(path, R_OK) == 0) mHealthdConfig->batteryHealthStatusPath = path; in init()
1006 if (mHealthdConfig->batteryHealthStatusPath.isEmpty()) in init()