Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp183 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()
186 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()
191 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local
195 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()
197 return maxBufferCount; in getMaxBufferCountLocked()
DBufferQueueProducer.cpp279 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local
281 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
/frameworks/native/include/gui/
DBufferQueueCore.h118 bool dequeueBufferCannotBlock, int maxBufferCount) const;