Home
last modified time | relevance | path

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

/aosp14/system/core/healthd/include/healthd/
H A Dhealthd.h72 android::String8 batteryCapacityLevelPath; member
/aosp14/system/core/healthd/
H A DBatteryMonitor_v1.cpp345 if (readFromFile(mHealthdConfig->batteryCapacityLevelPath, &buf) > 0) in updateValues()
708 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) { in init()
711 if (access(path, R_OK) == 0) mHealthdConfig->batteryCapacityLevelPath = path; in init()
807 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) in init()
H A DBatteryMonitor.cpp420 if (readFromFile(mHealthdConfig->batteryCapacityLevelPath, &buf) > 0) in updateValues()
855 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) { in init()
858 if (access(path, R_OK) == 0) mHealthdConfig->batteryCapacityLevelPath = path; in init()
998 if (mHealthdConfig->batteryCapacityLevelPath.isEmpty()) in init()