Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp639 int acquiredCount = 0; in setMaxAcquiredBufferCount() local
642 acquiredCount++; in setMaxAcquiredBufferCount()
645 if (acquiredCount > maxAcquiredBuffers) { in setMaxAcquiredBufferCount()
648 maxAcquiredBuffers, acquiredCount); in setMaxAcquiredBufferCount()
DBufferQueueProducer.cpp260 int acquiredCount = 0; in waitForFreeSlotThenRelock() local
266 ++acquiredCount; in waitForFreeSlotThenRelock()
332 (acquiredCount <= mCore->mMaxAcquiredBufferCount)) { in waitForFreeSlotThenRelock()