Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp643 int acquiredCount = 0; in setMaxAcquiredBufferCount() local
646 acquiredCount++; in setMaxAcquiredBufferCount()
649 if (acquiredCount > maxAcquiredBuffers) { in setMaxAcquiredBufferCount()
652 maxAcquiredBuffers, acquiredCount); in setMaxAcquiredBufferCount()
DBufferQueueProducer.cpp262 int acquiredCount = 0; in waitForFreeSlotThenRelock() local
268 ++acquiredCount; in waitForFreeSlotThenRelock()
338 (acquiredCount <= mCore->mMaxAcquiredBufferCount)) { in waitForFreeSlotThenRelock()