Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp65 mTimeChargerPresentSecs = readFileToInt(kPathPersistChargerPresentTime); in loadPersistentStorage()
66 mTimeActiveSecs = readFileToInt(kPathPersistDefenderActiveTime); in loadPersistentStorage()
86 int BatteryDefender::readFileToInt(const std::string &path) { in readFileToInt() function in hardware::google::pixel::health::BatteryDefender
164 const bool chargerPresentWired = readFileToInt(kPathUSBChargerPresent) != 0; in isChargePowerAvailable()
165 const bool chargerPresentWireless = readFileToInt(mPathWirelessPresent) != 0; in isChargePowerAvailable()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h163 int readFileToInt(const std::string &path);