Searched refs:oldest (Results 1 – 6 of 6) sorted by relevance
123 int oldest = mAvailableFrames.firstKey(); in dropOldestFrame() local124 Frame frame = mAvailableFrames.get(oldest); in dropOldestFrame()127 mAvailableFrames.remove(oldest); in dropOldestFrame()
198 int oldest = mFileNumbers.remove(0); in startNextFile() local199 getFile(oldest).delete(); in startNextFile()205 int oldest = mFileNumbers.get(0); in startNextFile() local206 getFile(oldest).delete(); in startNextFile()
740 Instant oldest = null; in runExpiration() local752 } else if (oldest == null || oldest.isAfter(rollback.timestamp)) { in runExpiration()753 oldest = rollback.timestamp; in runExpiration()758 if (oldest != null) { in runExpiration()759 scheduleExpiration(now.until(oldest.plusMillis(mRollbackLifetimeDurationInMillis), 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