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.java75 private int mReadBufIndex; field in EncodedBuffer
130 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77377 Landroid/util/proto/EncodedBuffer;->mReadBufIndex:I