Searched refs:timeLeft (Results 1 – 14 of 14) sorted by relevance
129 public void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() argument131 mLoopingAnimationThread.setCountDownLeft(timeLeft); in setCountDownLeft()137 msgArgs.put("seconds_left", timeLeft.getSeconds()); in setCountDownLeft()
137 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() argument138 if (timeLeft.isNegative() || timeLeft.isZero()) { in setCountDownLeft()141 mCountDownRenderer.setCountDownLeft(timeLeft); in setCountDownLeft()
153 synchronized void setCountDownLeft(Duration timeLeft) { in setCountDownLeft() argument154 mCountDownLeft = timeLeft; in setCountDownLeft()
170 timeLeft = duration - timeElapsed171 self.odometerInKm += (self.speedInMps + gpxFrame.speedInMps) / 2.0 * timeLeft / 1000173 time.sleep(timeLeft)
96 long timeLeft = OPERATION_TIMEOUT_MILLIS - (System.currentTimeMillis() - startTime); in waitWithTimeout() local97 if (timeLeft < 0) { in waitWithTimeout()101 waiter.accept(timeLeft); in waitWithTimeout()
289 int timeLeft = (int) ((endTimestamp - currentTimestamp) / 1000L); in updateCountdownSummary() local290 updateTimerDisplay(timeLeft); in updateCountdownSummary()
609 int64_t timeLeft; in handleWakelocks() local610 if (sharedWakelockDidTimeout(&timeLeft)) { in handleWakelocks()617 static_cast<uint32_t>(WakeLockQueueFlagBits::DATA_WRITTEN), timeLeft); in handleWakelocks()629 bool HalProxy::sharedWakelockDidTimeout(int64_t* timeLeft) { in sharedWakelockDidTimeout() argument636 *timeLeft = kWakelockTimeoutNs - duration; in sharedWakelockDidTimeout()
1352 struct timespec timeLeft; in main() local1353 timeLeft.tv_sec = g_traceDurationSeconds; in main()1354 timeLeft.tv_nsec = 0; in main()1359 } while (nanosleep(&timeLeft, &timeLeft) == -1 && errno == EINTR); in main()
556 int timeLeft = (int)(header.targetTime - currentTime); in drawHeader() local557 if (timeLeft <= 0) { in drawHeader()562 header.y = header.targetY + (header.sourceY - header.targetY) * timeLeft in drawHeader()
296 long timeLeft = timeoutMs - (SystemClock.elapsedRealtime() - start); in awaitCountDownLatches() local297 if (!latches[i].await(timeLeft, TimeUnit.MILLISECONDS)) { in awaitCountDownLatches()
1202 long timeLeft = getScaledDuration() - currentPlayTime; in reverse() local1203 mStartTime = currentTime - timeLeft; in reverse()
321 bool sharedWakelockDidTimeout(int64_t* timeLeft);
1423 const auto timeLeft = timeLimit - Clock::now(); in checkUidReadTimeouts() local1424 if (timeLeft < Constants::progressUpdateInterval) { in checkUidReadTimeouts()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...