Searched refs:oldest (Results 1 – 9 of 9) sorted by relevance
123 int oldest = mAvailableFrames.firstKey(); in dropOldestFrame() local124 Frame frame = mAvailableFrames.get(oldest); in dropOldestFrame()127 mAvailableFrames.remove(oldest); in dropOldestFrame()
191 auto const oldest = *std::min_element(mTimestamps.begin(), mTimestamps.end()); in nextAnticipatedVSyncTimeFrom() local194 auto const zeroPoint = oldest + intercept; in nextAnticipatedVSyncTimeFrom()196 auto const prediction = (ordinalRequest * slope) + intercept + oldest; in nextAnticipatedVSyncTimeFrom()206 << "oldestTS: " << oldest << " ordinal: " << ordinalRequest; in nextAnticipatedVSyncTimeFrom()
199 int oldest = mFileNumbers.remove(0); in startNextFile() local200 getFile(oldest).delete(); in startNextFile()206 int oldest = mFileNumbers.get(0); in startNextFile() local207 getFile(oldest).delete(); in startNextFile()
1164 TagData oldest = null; in findOrCreateTag() local1179 if (oldest == null || current.lastUsedTime < oldest.lastUsedTime) { in findOrCreateTag()1181 oldest = current; in findOrCreateTag()1197 Slog.d(TAG, "Removing tag index: " + oldestIndex + " = " + oldest); in findOrCreateTag()
538 Bubble oldest = mOverflowBubbles.get(mOverflowBubbles.size() - 1); in overflowBubble() local540 Log.d(TAG, "Overflow full. Remove: " + oldest); in overflowBubble()542 mStateChange.bubbleRemoved(oldest, BubbleController.DISMISS_OVERFLOW_MAX_REACHED); in overflowBubble()544 mOverflowBubbles.remove(oldest); in overflowBubble()
660 Instant oldest = null; in runExpiration() local675 } else if (oldest == null || oldest.isAfter(rollbackTimestamp)) { in runExpiration()676 oldest = rollbackTimestamp; in runExpiration()681 if (oldest != null) { in runExpiration()683 oldest.plusMillis(mRollbackLifetimeDurationInMillis), ChronoUnit.MILLIS); in runExpiration()
242 auto oldest = mDeletedApps.front(); in removeApp() local244 mMap.erase(oldest); in removeApp()
1528 BufferInfo *oldest = NULL; in dequeueBufferFromNativeWindow() local1534 (oldest == NULL || in dequeueBufferFromNativeWindow()1537 mDequeueCounter - oldest->mDequeuedAt)) { in dequeueBufferFromNativeWindow()1538 oldest = info; in dequeueBufferFromNativeWindow()1543 CHECK(oldest != NULL); in dequeueBufferFromNativeWindow()1549 oldest->mGraphicBuffer = GraphicBuffer::from(buf); in dequeueBufferFromNativeWindow()1550 oldest->mNewGraphicBuffer = true; in dequeueBufferFromNativeWindow()1551 oldest->mStatus = BufferInfo::OWNED_BY_US; in dequeueBufferFromNativeWindow()1552 oldest->setWriteFence(fenceFd, "dequeueBufferFromNativeWindow for oldest"); in dequeueBufferFromNativeWindow()1553 mRenderTracker.untrackFrame(oldest->mRenderInfo); in dequeueBufferFromNativeWindow()[all …]
2279 * get pushed, stacked in order, into the fixed-size “memory” (the oldest