Searched refs:mReadBufIndex (Results 1 – 2 of 2) sorted by relevance
75 private int mReadBufIndex; field in EncodedBuffer130 mReadBufIndex = 0; in startEditing()139 mReadBufIndex = 0; in rewindRead()166 return ((mReadBufIndex) * mChunkSize) + mReadIndex; in getReadPos()186 mReadBufIndex += (amount / mChunkSize); in skipRead()188 mReadBufIndex += 1 + (amount / mChunkSize); in skipRead()190 mReadBuffer = mBuffers.get(mReadBufIndex); in skipRead()201 if (mReadBufIndex > mBufferCount in readRawByte()202 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()204 + " mReadBufIndex=" + mReadBufIndex + " mBufferCount=" + mBufferCount in readRawByte()[all …]
77377 Landroid/util/proto/EncodedBuffer;->mReadBufIndex:I