Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueConsumer.cpp632 int acquiredCount = 0; in setMaxAcquiredBufferCount() local
635 acquiredCount++; in setMaxAcquiredBufferCount()
638 if (acquiredCount > maxAcquiredBuffers) { in setMaxAcquiredBufferCount()
641 maxAcquiredBuffers, acquiredCount); in setMaxAcquiredBufferCount()
DBufferQueueProducer.cpp253 int acquiredCount = 0; in waitForFreeSlotThenRelock() local
259 ++acquiredCount; in waitForFreeSlotThenRelock()
325 (acquiredCount <= mCore->mMaxAcquiredBufferCount)) { in waitForFreeSlotThenRelock()