Searched refs:mReadBufIndex (Results 1 – 2 of 2) sorted by relevance
76 private int mReadBufIndex; field in EncodedBuffer131 mReadBufIndex = 0; in startEditing()140 mReadBufIndex = 0; in rewindRead()167 return ((mReadBufIndex) * mChunkSize) + mReadIndex; in getReadPos()187 mReadBufIndex += (amount / mChunkSize); in skipRead()189 mReadBufIndex += 1 + (amount / mChunkSize); in skipRead()191 mReadBuffer = mBuffers.get(mReadBufIndex); in skipRead()202 if (mReadBufIndex > mBufferCount in readRawByte()203 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()205 + " mReadBufIndex=" + mReadBufIndex + " mBufferCount=" + mBufferCount in readRawByte()[all …]
57527 Landroid/util/proto/EncodedBuffer;->mReadBufIndex:I