Searched refs:timeLeft (Results 1 – 3 of 3) sorted by relevance
945 struct timespec timeLeft; in main() local946 timeLeft.tv_sec = g_traceDurationSeconds; in main()947 timeLeft.tv_nsec = 0; in main()952 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
331 long timeLeft = (mLastAppIdleParoledTime + mAppIdleParoleIntervalMillis) in postNextParoleTimeout() local333 if (timeLeft < 0) { in postNextParoleTimeout()334 timeLeft = 0; in postNextParoleTimeout()336 mHandler.sendEmptyMessageDelayed(MSG_CHECK_PAROLE_TIMEOUT, timeLeft / 10); in postNextParoleTimeout()
1200 long timeLeft = mDuration - currentPlayTime; in reverse() local1201 mStartTime = currentTime - timeLeft; in reverse()