Home
last modified time | relevance | path

Searched refs:mLeastRecentlyUsedCounter (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DHwcBufferCache.cpp34 cache.lruCounter = mLeastRecentlyUsedCounter++; in getHwcSlotAndBuffer()
65 cache.lruCounter = mLeastRecentlyUsedCounter++; in cache()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DHwcBufferCache.h110 uint64_t mLeastRecentlyUsedCounter; variable