Searched refs:minBufferSlots (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/gui/
H A DBufferQueue.cpp167 const int minBufferSlots = getMinMaxBufferCountLocked(); local
174 if (bufferCount < minBufferSlots) {
176 "minimum (%d)", bufferCount, minBufferSlots);

Completed in 6 milliseconds