Searched refs:timeLeft (Results 1 – 3 of 3) sorted by relevance
96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local97 if (timeLeft < 0) { in waitWithTimeout()101 waiter.accept(timeLeft); in waitWithTimeout()
1346 struct timespec timeLeft; in main() local1347 timeLeft.tv_sec = g_traceDurationSeconds; in main()1348 timeLeft.tv_nsec = 0; in main()1353 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
1202 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local1203 mStartTime = currentTime - timeLeft; in reverse()