Searched refs:currentBootTime (Results 1 – 2 of 2) sorted by relevance
259 const auto currentBootTime = Clock::now(); in unvalidatedConvert() local274 if (timeRemaining > kZeroNano && currentBootTime > kMaxTime - timeRemaining) { in unvalidatedConvert()277 bootTimePoint = currentBootTime + timeRemaining; in unvalidatedConvert()594 const auto currentBootTime = nn::Clock::now(); in unvalidatedConvert() local606 const auto timeRemaining = bootTimePoint - currentBootTime; in unvalidatedConvert()
6157 long currentBootTime = mClock.getElapsedSinceBootMillis();6163 if (currentBootTime < mLastDataStallTime + MIN_DATA_STALL_WAIT_MS) {6166 mLastDataStallTime = currentBootTime;6182 event.startTimeMillis = currentBootTime;