Searched refs:getMaxBufferCountLocked (Results 1 – 4 of 4) sorted by relevance
105 int getMaxBufferCountLocked() const;110 int getMaxBufferCountLocked(bool asyncMode,
135 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()239 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore247 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore491 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()495 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
231 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()
628 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()630 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()