Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h281 bool mAllowExtendedSlotCount; variable
/frameworks/native/libs/gui/
DBufferQueueCore.cpp121 mAllowExtendedSlotCount(false), in BufferQueueCore()
235 return mAllowExtendedSlotCount ? mMaxBufferCount : BufferQueueDefs::NUM_BUFFER_SLOTS; in getTotalSlotCountLocked()
DBufferQueueConsumer.cpp730 mCore->mAllowExtendedSlotCount = allowUnlimitedSlots; in releaseBuffer()
DBufferQueueProducer.cpp141 if (!mCore->mAllowExtendedSlotCount) { in extendSlotCount()
1460 output->isSlotExpansionAllowed = mCore->mAllowExtendedSlotCount; in connect()