Lines Matching refs:maxNumBuffers
126 Vector<MediaBuffer *> *buffers, uint32_t maxNumBuffers, const ReadOptions *options) { in readMultiple() argument
133 data.writeUint32(maxNumBuffers); in readMultiple()
146 LOG_ALWAYS_FATAL_IF(bufferCount >= maxNumBuffers, in readMultiple()
148 bufferCount + 1, maxNumBuffers); in readMultiple()
326 uint32_t maxNumBuffers; in onTransact() local
327 data.readUint32(&maxNumBuffers); in onTransact()
328 if (maxNumBuffers > kMaxNumReadMultiple) { in onTransact()
329 maxNumBuffers = kMaxNumReadMultiple; in onTransact()
345 for (; bufferCount < maxNumBuffers; ++bufferCount, ++mBuffersSinceStop) { in onTransact()
381 maxNumBuffers = 0; in onTransact()
386 maxNumBuffers = 0; // No more MediaBuffers, stop readMultiple. in onTransact()
419 maxNumBuffers = 0; // stop readMultiple with one shared buffer. in onTransact()
430 maxNumBuffers = 0; // stop readMultiple if inline transfer is too large. in onTransact()