Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h108 int getMaxBufferCountLocked() const;
113 int getMaxBufferCountLocked(bool asyncMode,
/frameworks/native/libs/gui/
DBufferQueueCore.cpp134 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()
237 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore
245 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore
489 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()
493 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
DBufferQueueProducer.cpp146 *maxBufferCount = mCore->getMaxBufferCountLocked(); in setMaxDequeuedBufferCount()
197 *maxBufferCount = mCore->getMaxBufferCountLocked(); in setMaxDequeuedBufferCount()
243 int delta = mCore->getMaxBufferCountLocked(async, in setAsyncMode()
245 - mCore->getMaxBufferCountLocked(); in setAsyncMode()
327 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock()
1319 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in connect()
1323 mCore->getMaxBufferCountLocked(); in connect()
1707 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()
1708 mCore->mMaxBufferCount) - mCore->getMaxBufferCountLocked(); in setDequeueTimeout()
DBufferQueueConsumer.cpp642 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()
644 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()