Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java87 private int mReadLimit = -1; field in EncodedBuffer
123 mReadLimit = mWriteIndex; in startEditing()
194 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()
197 + " mReadIndex=" + mReadIndex + " mReadLimit=" + mReadLimit); in readRawByte()
423 if (mReadLimit < 0) {
618 + " mReadLimit=" + mReadLimit + " )";