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.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 + " )";
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77379 Landroid/util/proto/EncodedBuffer;->mReadLimit:I