Home
last modified time | relevance | path

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

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