Searched refs:writeTimeToFile (Results 1 – 2 of 2) sorted by relevance
115 void BatteryDefender::writeTimeToFile(const std::string &path, const int value, int64_t *previous) { in writeTimeToFile() function in hardware::google::pixel::health::BatteryDefender413 writeTimeToFile(kPathPersistChargerPresentTime, mTimeChargerPresentSecs, in update()415 writeTimeToFile(kPathPersistDefenderActiveTime, mTimeActiveSecs, &mTimeActiveSecsPrevious); in update()
165 void writeTimeToFile(const std::string &path, const int value, int64_t *previous);