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

/frameworks/native/libs/gui/
H A DBufferQueue.cpp159 int maxBufferCount = getMaxBufferCountLocked(); local
160 for (int i=0 ; i<maxBufferCount; i++) {
240 int maxBufferCount = getMaxBufferCountLocked(); local
241 if (slot < 0 || maxBufferCount <= slot) {
243 maxBufferCount, slot);
290 const int maxBufferCount = getMaxBufferCountLocked(); local
294 for (int i = maxBufferCount; i < NUM_BUFFER_SLOTS; i++) {
305 for (int i = 0; i < maxBufferCount; i++) {
338 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1);
505 int maxBufferCount local
602 int maxBufferCount = getMaxBufferCountLocked(); local
725 int maxBufferCount = getMaxBufferCountLocked(); local
1032 int maxBufferCount = mDefaultMaxBufferCount; local
[all...]

Completed in 1835 milliseconds