Searched refs:readFileToInt (Results 1 – 2 of 2) sorted by relevance
72 mTimeChargerPresentSecs = readFileToInt(kPathPersistChargerPresentTime); in loadPersistentStorage()73 mTimeActiveSecs = readFileToInt(kPathPersistDefenderActiveTime); in loadPersistentStorage()93 int BatteryDefender::readFileToInt(const std::string &path, const bool silent) { in readFileToInt() function in hardware::google::pixel::health::BatteryDefender184 return readFileToInt(kPathUSBChargerPresent) != 0; in isWiredPresent()213 return readFileToInt(kPathDOCKChargerPresent, true) != 0; in isDockPresent()219 const bool chargerPresentWireless = readFileToInt(mPathWirelessPresent) != 0; in isChargePowerAvailable()243 return readFileToInt(kPathDockState, true) == 1; in isDockDefendTrigger()
177 int readFileToInt(const std::string &path, const bool silent = false);