Home
last modified time | relevance | path

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

/aosp12/system/core/healthd/include/healthd/
H A Dhealthd.h72 android::String8 batteryCapacityLevelPath; member
/aosp12/system/core/healthd/
H A DBatteryMonitor.cpp290 if (readFromFile(mHealthdConfig->batteryCapacityLevelPath, &buf) > 0) in updateValues()
636 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) { in init()
639 if (access(path, R_OK) == 0) mHealthdConfig->batteryCapacityLevelPath = path; in init()
724 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) in init()