Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h105 int getMaxBufferCountLocked() const;
110 int getMaxBufferCountLocked(bool asyncMode,
/frameworks/native/libs/gui/
DBufferQueueCore.cpp135 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()
239 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore
247 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore
491 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()
495 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
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()
DBufferQueueConsumer.cpp628 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()
630 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()