Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp634 int acquiredCount = 0; in setMaxAcquiredBufferCount() local
637 acquiredCount++; in setMaxAcquiredBufferCount()
640 if (acquiredCount > maxAcquiredBuffers) { in setMaxAcquiredBufferCount()
643 maxAcquiredBuffers, acquiredCount); in setMaxAcquiredBufferCount()
DBufferQueueProducer.cpp258 int acquiredCount = 0; in waitForFreeSlotThenRelock() local
264 ++acquiredCount; in waitForFreeSlotThenRelock()
330 (acquiredCount <= mCore->mMaxAcquiredBufferCount)) { in waitForFreeSlotThenRelock()