Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/util/proto/
H A DEncodedBuffer.java200 public byte readRawByte() { in readRawByte() method in EncodedBuffer
222 final byte b = readRawByte(); in readRawUnsigned()
238 return (readRawByte() & 0x0ff) in readRawFixed32()
239 | ((readRawByte() & 0x0ff) << 8) in readRawFixed32()
240 | ((readRawByte() & 0x0ff) << 16) in readRawFixed32()
241 | ((readRawByte() & 0x0ff) << 24); in readRawFixed32()
H A DProtoOutputStream.java2384 while ((mBuffer.readRawByte() & 0x80) != 0) { in editEncodedSize()
2452 while ((mBuffer.readRawByte() & 0x80) != 0) { } in compactSizes()
/aosp14/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp282 EncodedBuffer::readRawByte() in readRawByte() function in android::util::EncodedBuffer
295 uint8_t byte = readRawByte(); in readRawVarint()
308 val += (uint32_t)readRawByte() << i; in readRawFixed32()
318 val += (uint64_t)readRawByte() << i; in readRawFixed64()
H A DProtoOutputStream.cpp370 } while ((mBuffer->readRawByte() & 0x80) != 0); in editEncodedSize()
421 while ((mBuffer->readRawByte() & 0x80) != 0) {} in compactSize()
/aosp14/frameworks/base/libs/protoutil/tests/
H A DEncodedBuffer_test.cpp52 EXPECT_EQ(buffer->readRawByte(), 50 + i); in TEST()
55 EXPECT_EQ(buffer->readRawByte(), 80 + i); in TEST()
/aosp14/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h153 uint8_t readRawByte();
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt846 NoByteOrShort: android.util.proto.EncodedBuffer#readRawByte():
847 …ed primitives; use `int` instead of `byte` in method android.util.proto.EncodedBuffer.readRawByte()
H A Dtest-current.txt3366 method public byte readRawByte();
/aosp14/frameworks/base/config/
H A Dboot-profile.txt921 Landroid/util/proto/EncodedBuffer;->readRawByte()B
H A Dboot-image-profile.txt16138 HSPLandroid/util/proto/EncodedBuffer;->readRawByte()B
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt16074 HSPLandroid/util/proto/EncodedBuffer;->readRawByte()B