OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peekOldestValue
(Results
1 - 3
of
3
) sorted by null
/system/core/include/utils/
LruCache.h
54
const TValue&
peekOldestValue
();
222
const TValue& LruCache<TKey, TValue>::
peekOldestValue
() {
/frameworks/base/libs/hwui/
TextureCache.cpp
130
Texture* oldest = mCache.
peekOldestValue
();
TessellationCache.cpp
331
size -= mCache.
peekOldestValue
()->getSize();
Completed in 858 milliseconds