Searched refs:getMaxBufferCountLocked (Results 1 – 4 of 4) sorted by relevance
102 int numStartingBuffers = getMaxBufferCountLocked(); in BufferQueueCore()190 int BufferQueueCore::getMaxBufferCountLocked(bool asyncMode, in getMaxBufferCountLocked() function in android::BufferQueueCore198 int BufferQueueCore::getMaxBufferCountLocked() const { in getMaxBufferCountLocked() function in android::BufferQueueCore436 if (allocatedSlots != getMaxBufferCountLocked()) { in validateConsistencyLocked()440 getMaxBufferCountLocked(), mFreeSlots.size(), in validateConsistencyLocked()
208 int delta = mCore->getMaxBufferCountLocked(async, in setAsyncMode()210 - mCore->getMaxBufferCountLocked(); in setAsyncMode()292 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock()1176 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in connect()1180 mCore->getMaxBufferCountLocked(); in connect()1502 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, dequeueBufferCannotBlock, in setDequeueTimeout()1503 mCore->mMaxBufferCount) - mCore->getMaxBufferCountLocked(); in setDequeueTimeout()
599 int delta = mCore->getMaxBufferCountLocked(mCore->mAsyncMode, in setMaxBufferCount()601 mCore->getMaxBufferCountLocked(); in setMaxBufferCount()
111 int getMaxBufferCountLocked() const;116 int getMaxBufferCountLocked(bool asyncMode,