Home
last modified time | relevance | path

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

/system/core/healthd/include/healthd/
Dhealthd.h79 android::String8 chargingStatePath; member
/system/core/healthd/
DBatteryMonitor.cpp442 if (readFromFile(mHealthdConfig->chargingStatePath, &buf) > 0) in updateValues()
952 if (mHealthdConfig->chargingStatePath.empty()) { in init()
955 if (access(path.c_str(), R_OK) == 0) mHealthdConfig->chargingStatePath = path; in init()
1022 if (mHealthdConfig->chargingStatePath.empty()) in init()