Home
last modified time | relevance | path

Searched refs:mReadBufIndex (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java76 private int mReadBufIndex; field in EncodedBuffer
131 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57527 Landroid/util/proto/EncodedBuffer;->mReadBufIndex:I