Searched refs:timeLeft (Results 1 – 2 of 2) sorted by relevance
928 struct timespec timeLeft; in main() local929 timeLeft.tv_sec = g_traceDurationSeconds; in main()930 timeLeft.tv_nsec = 0; in main()935 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
1133 long timeLeft = mDuration - currentPlayTime; in reverse() local1134 mStartTime = currentTime - timeLeft; in reverse()