Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp102 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()
182 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore
190 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore
421 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()
425 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
DBufferQueueProducer.cpp199 int delta = mCore->getMaxBufferCountLocked(async, in setAsyncMode()
201 - mCore->getMaxBufferCountLocked(); in setAsyncMode()
279 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock()
1092 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in connect()
1096 mCore->getMaxBufferCountLocked(); in connect()
1376 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, false, in setDequeueTimeout()
1377 mCore->mMaxBufferCount) - mCore->getMaxBufferCountLocked(); in setDequeueTimeout()
DBufferQueueConsumer.cpp592 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()
594 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()
/frameworks/native/include/gui/
DBufferQueueCore.h112 int getMaxBufferCountLocked() const;
117 int getMaxBufferCountLocked(bool asyncMode,