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++) {
339 const int newUndequeuedCount = maxBufferCount - (dequeuedCount+1);
506 int maxBufferCount local
603 int maxBufferCount = getMaxBufferCountLocked(); local
726 int maxBufferCount = getMaxBufferCountLocked(); local
1033 int maxBufferCount = mDefaultMaxBufferCount; local
[all...]

Completed in 34 milliseconds