Lines Matching refs:mBufferCount
102 mBufferCount(MIN_ASYNC_BUFFER_SLOTS),
137 if (bufferCount == mBufferCount)
141 bufferCount >= mBufferCount) {
143 mBufferCount = bufferCount;
185 for (int i=0 ; i<mBufferCount ; i++) {
210 mBufferCount = bufferCount;
239 if (slot < 0 || mBufferCount <= slot) {
241 mBufferCount, slot);
290 ((mServerBufferCount != mBufferCount) ||
304 mBufferCount = mServerBufferCount;
305 if (mBufferCount < minBufferCountNeeded)
306 mBufferCount = minBufferCountNeeded;
315 for (int i = 0; i < mBufferCount; i++) {
354 const int avail = mBufferCount - (dequeuedCount+1);
475 if (buf < 0 || buf >= mBufferCount) {
477 mBufferCount, buf);
545 if (buf < 0 || buf >= mBufferCount) {
547 mBufferCount, buf);
1032 prefix, mBufferCount, mSynchronousMode, mDefaultWidth,
1068 for (int i=0 ; i<mBufferCount ; i++) {