Searched refs:timeLeft (Results 1 – 4 of 4) sorted by relevance
125 int timeLeft = WAIT_TIMEOUT_MS; in waitAndCheckCallCount() local128 timeLeft -= 20; in waitAndCheckCallCount()129 assertTrue(timeLeft > 0); in waitAndCheckCallCount()
1135 struct timespec timeLeft; in main() local1136 timeLeft.tv_sec = g_traceDurationSeconds; in main()1137 timeLeft.tv_nsec = 0; in main()1142 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
1107 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local1108 mStartTime = currentTime - timeLeft; in reverse()
402 long timeLeft = (mLastAppIdleParoledTime + mAppIdleParoleIntervalMillis) in postNextParoleTimeout() local404 if (timeLeft < 0) { in postNextParoleTimeout()405 timeLeft = 0; in postNextParoleTimeout()407 mHandler.sendEmptyMessageDelayed(MSG_CHECK_PAROLE_TIMEOUT, timeLeft); in postNextParoleTimeout()