Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueue.cpp159 int maxBufferCount = getMaxBufferCountLocked(); in setBufferCount() local
160 for (int i=0 ; i<maxBufferCount; i++) { in setBufferCount()
240 int maxBufferCount = getMaxBufferCountLocked(); in requestBuffer() local
241 if (slot < 0 || maxBufferCount <= slot) { in requestBuffer()
243 maxBufferCount, slot); in requestBuffer()
290 const int maxBufferCount = getMaxBufferCountLocked(); in dequeueBuffer() local
294 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) { in dequeueBuffer()
305 for (int i = 0; i < maxBufferCount; i++) { in dequeueBuffer()
338 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1); in dequeueBuffer()
507 int maxBufferCount = getMaxBufferCountLocked(); in queueBuffer() local
[all …]