Searched refs:mAllowExtendedSlotCount (Results 1 – 4 of 4) sorted by relevance
281 bool mAllowExtendedSlotCount; variable
121 mAllowExtendedSlotCount(false), in BufferQueueCore()235 return mAllowExtendedSlotCount ? mMaxBufferCount : BufferQueueDefs::NUM_BUFFER_SLOTS; in getTotalSlotCountLocked()
730 mCore->mAllowExtendedSlotCount = allowUnlimitedSlots; in releaseBuffer()
141 if (!mCore->mAllowExtendedSlotCount) { in extendSlotCount()1460 output->isSlotExpansionAllowed = mCore->mAllowExtendedSlotCount; in connect()