Home
last modified time | relevance | path

Searched refs:oldest (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DCachedFrameManager.java123 int oldest = mAvailableFrames.firstKey(); in dropOldestFrame() local
124 Frame frame = mAvailableFrames.get(oldest); in dropOldestFrame()
127 mAvailableFrames.remove(oldest); in dropOldestFrame()
/frameworks/base/libs/hwui/
DTextureCache.cpp164 Texture* oldest = mCache.peekOldestValue(); in getCachedTexture() local
165 if (oldest && !oldest->isInUse) { in getCachedTexture()
/frameworks/av/media/libstagefright/
DACodec.cpp1372 BufferInfo *oldest = NULL; in dequeueBufferFromNativeWindow() local
1377 (oldest == NULL || in dequeueBufferFromNativeWindow()
1380 mDequeueCounter - oldest->mDequeuedAt)) { in dequeueBufferFromNativeWindow()
1381 oldest = info; in dequeueBufferFromNativeWindow()
1386 CHECK(oldest != NULL); in dequeueBufferFromNativeWindow()
1392 oldest->mGraphicBuffer = new GraphicBuffer(buf, false); in dequeueBufferFromNativeWindow()
1393 oldest->mStatus = BufferInfo::OWNED_BY_US; in dequeueBufferFromNativeWindow()
1394 oldest->setWriteFence(fenceFd, "dequeueBufferFromNativeWindow for oldest"); in dequeueBufferFromNativeWindow()
1395 mRenderTracker.untrackFrame(oldest->mRenderInfo); in dequeueBufferFromNativeWindow()
1396 oldest->mRenderInfo = NULL; in dequeueBufferFromNativeWindow()
[all …]
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd122 <li>Auto delete the oldest messages
Dandroid-4.4.jd477 …eventually runs out of its memory for events, it will begin dropping the oldest events in order to…
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd164 ADT chooses the oldest possible version of an AVD that meets the project's build target
Dbuilding-studio.jd153 build target of the project, Android Studio chooses the oldest possible version of an AVD that
/frameworks/base/docs/html/training/auto/messaging/
Dindex.jd459 UnreadConversation.Builder} in order, from oldest to newest.</p>
486 messages at once, concatenate them into a single string, with the oldest
/frameworks/base/docs/html/preview/testing/
Dperformance.jd186 <li>The timestamp of the oldest input event in the input queue, or Long.MAX_VALUE if
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd1981 the rows having the oldest
/frameworks/base/docs/html/ndk/reference/
Dgroup___input.jd3225 …all other actions will have a size of 0. Historical samples are indexed from oldest to newest. </p>