Searched refs:readFileToInt (Results 1 – 2 of 2) sorted by relevance
65 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::BatteryDefender164 const bool chargerPresentWired = readFileToInt(kPathUSBChargerPresent) != 0; in isChargePowerAvailable()165 const bool chargerPresentWireless = readFileToInt(mPathWirelessPresent) != 0; in isChargePowerAvailable()
163 int readFileToInt(const std::string &path);