Home
last modified time | relevance | path

Searched refs:maxBufferCount (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/gui/
DBufferQueueCore.cpp179 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()
182 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()
187 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local
191 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()
193 return maxBufferCount; in getMaxBufferCountLocked()
DBufferQueueProducer.cpp284 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local
286 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
/frameworks/native/include/gui/
DBufferQueueCore.h116 bool dequeueBufferCannotBlock, int maxBufferCount) const;