Home
last modified time | relevance | path

Searched refs:getMaxBufferCountLocked (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp134 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()
238 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore
246 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore
490 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()
494 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
H A DBufferQueueProducer.cpp231 int delta = mCore->getMaxBufferCountLocked(async, in setAsyncMode()
233 - mCore->getMaxBufferCountLocked(); in setAsyncMode()
315 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock()
1228 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in connect()
1232 mCore->getMaxBufferCountLocked(); in connect()
1571 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()
1572 mCore->mMaxBufferCount) - mCore->getMaxBufferCountLocked(); in setDequeueTimeout()
H A DBufferQueueConsumer.cpp634 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()
636 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DBufferQueueCore.h105 int getMaxBufferCountLocked() const;
110 int getMaxBufferCountLocked(bool asyncMode,