Searched refs:getMaxBufferCountLocked (Results 1 – 4 of 4) sorted by relevance
134 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()238 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore246 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore490 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()494 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()
634 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()636 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()
105 int getMaxBufferCountLocked() const;110 int getMaxBufferCountLocked(bool asyncMode,