Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/proto/
H A DEncodedBuffer.java87 private int mReadLimit = -1; field in EncodedBuffer
123 mReadLimit = mWriteIndex; in startEditing()
202 || (mReadBufIndex == mBufferCount - 1 && mReadIndex >= mReadLimit)) { in readRawByte()
205 + " mReadIndex=" + mReadIndex + " mReadLimit=" + mReadLimit); in readRawByte()
431 if (mReadLimit < 0) {
626 + " mReadLimit=" + mReadLimit + " )";
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58172 Landroid/util/proto/EncodedBuffer;->mReadLimit:I