Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java88 private int mReadLimit = -1; field in EncodedBuffer
124 mReadLimit = mWriteIndex; in startEditing()
203 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()
206 + " mReadIndex=" + mReadIndex + " mReadLimit=" + mReadLimit); in readRawByte()
432 if (mReadLimit < 0) {
627 + " mReadLimit=" + mReadLimit + " )";
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt57529 Landroid/util/proto/EncodedBuffer;->mReadLimit:I