Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DBufferQueue.cpp346 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1); in dequeueBuffer() local
348 if (newUndequeuedCount < minUndequeuedCount) { in dequeueBuffer()
352 newUndequeuedCount); in dequeueBuffer()