Searched refs:nextTime (Results 1 – 10 of 10) sorted by relevance
211 long nextTime = mLastLockTime + 100; in internalLockCanvas() local212 if (nextTime > now) { in internalLockCanvas()214 Thread.sleep(nextTime-now); in internalLockCanvas()
300 int64_t nextTime = timestampScheduler.nextAbsoluteTime(); in run() local304 if (AudioClock::getNanoseconds() >= nextTime) { in run()310 nextTime = timestampScheduler.nextAbsoluteTime(); in run()314 AudioClock::sleepUntilNanoTime(nextTime); in run()
457 long nextTime = SystemClock.elapsedRealtime() + mPeriodSecs * 1000; in scheduleNext() local458 mAlarmMgr.setExact(AlarmManager.ELAPSED_REALTIME_WAKEUP, nextTime, mPushPendingIntent); in scheduleNext()483 long nextTime = SystemClock.elapsedRealtime() + mDurationMins * 60 * 1000; in startLoadtest() local484 mAlarmMgr.setExact(AlarmManager.ELAPSED_REALTIME_WAKEUP, nextTime, mStopPendingIntent); in startLoadtest()
147 long nextTime = SystemClock.elapsedRealtimeNanos(); in countFrame() local149 mLastTime = nextTime; in countFrame()151 if (nextTime > mLastTime + NANO_PER_SECOND) { in countFrame()152 long elapsed = nextTime - mLastTime; in countFrame()155 mLastTime = nextTime; in countFrame()
174 final long nextTime = scheduler.getNextTimeMillis(options); in testExponentialBackoffBoundedByMoratorium() local177 nextTime < timeAfterOperation + options.maxMoratoriumMillis); in testExponentialBackoffBoundedByMoratorium()
1160 long nextTime = mLastLockTime + 100;1161 if (nextTime > now) {1163 Thread.sleep(nextTime-now);
2027 long nextTime = 0; in idleUidsLocked() local2041 if (nextTime == 0 || nextTime > bgTime) { in idleUidsLocked()2042 nextTime = bgTime; in idleUidsLocked()2050 if (nextTime > 0) { in idleUidsLocked()2053 nextTime + mConstants.BACKGROUND_SETTLE_TIME - nowElapsed); in idleUidsLocked()
3848 long nextTime = 0; in serviceTimeout() local3855 if (sr.executingStart > nextTime) { in serviceTimeout()3856 nextTime = sr.executingStart; in serviceTimeout()3875 ? (nextTime+SERVICE_TIMEOUT) : (nextTime + SERVICE_BACKGROUND_TIMEOUT)); in serviceTimeout()
4274 final long nextTime = 60000 * ((currentTime / 60000) + 1); in scheduleTimeTickEvent() local4278 final long tickEventDelay = nextTime - currentTime; in scheduleTimeTickEvent()
4231 long nextTime; in queueNextSignalStrengthPoll() local