Searched refs:timeLeft (Results 1 – 6 of 6) sorted by relevance
76 val timeLeft = 0L in activeStateMatchesStartingDataModel() constant77 val inputModel = ScreenRecordModel.Starting(timeLeft) in activeStateMatchesStartingDataModel()85 String.format("%d...", timeLeft) in activeStateMatchesStartingDataModel()
96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local97 if (timeLeft < 0) { in waitWithTimeout()101 waiter.accept(timeLeft); in waitWithTimeout()
1409 struct timespec timeLeft; in main() local1410 timeLeft.tv_sec = g_traceDurationSeconds; in main()1411 timeLeft.tv_nsec = 0; in main()1416 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
820 final long timeLeft = NotificationThrottleHun.isEnabled() in updateEntry()823 return timeLeft; in updateEntry()997 final long timeLeft = mEarliestRemovalTime - mSystemClock.elapsedRealtime(); in removeAsSoonAsPossible()998 return timeLeft; in removeAsSoonAsPossible()
1264 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local1265 mStartTime = currentTime - timeLeft; in reverse()
1443 const auto timeLeft = timeLimit - Clock::now(); in checkUidReadTimeouts() local1444 if (timeLeft < Constants::progressUpdateInterval) { in checkUidReadTimeouts()