Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueueCore.cpp191 bool dequeueBufferCannotBlock, int maxBufferCount) const { in getMaxBufferCountLocked()
194 maxCount = std::min(maxBufferCount, maxCount); in getMaxBufferCountLocked()
199 int maxBufferCount = mMaxAcquiredBufferCount + mMaxDequeuedBufferCount + in getMaxBufferCountLocked() local
203 maxBufferCount = std::min(mMaxBufferCount, maxBufferCount); in getMaxBufferCountLocked()
205 return maxBufferCount; in getMaxBufferCountLocked()
DBufferQueueProducer.cpp292 const int maxBufferCount = mCore->getMaxBufferCountLocked(); in waitForFreeSlotThenRelock() local
294 > static_cast<size_t>(maxBufferCount); in waitForFreeSlotThenRelock()
/frameworks/native/libs/gui/include/gui/
DBufferQueueCore.h117 bool dequeueBufferCannotBlock, int maxBufferCount) const;