Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java201 public byte readRawByte() { in readRawByte() method in EncodedBuffer
223 final byte b = readRawByte(); in readRawUnsigned()
239 return (readRawByte() & 0x0ff) in readRawFixed32()
240 | ((readRawByte() & 0x0ff) << 8) in readRawFixed32()
241 | ((readRawByte() & 0x0ff) << 16) in readRawFixed32()
242 | ((readRawByte() & 0x0ff) << 24); in readRawFixed32()
DProtoOutputStream.java2385 while ((mBuffer.readRawByte() & 0x80) != 0) { in editEncodedSize()
2453 while ((mBuffer.readRawByte() & 0x80) != 0) { } in compactSizes()
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp284 EncodedBuffer::readRawByte() in readRawByte() function in android::util::EncodedBuffer
297 uint8_t byte = readRawByte(); in readRawVarint()
310 val += (uint32_t)readRawByte() << i; in readRawFixed32()
320 val += (uint64_t)readRawByte() << i; in readRawFixed64()
DProtoOutputStream.cpp370 } while ((mBuffer->readRawByte() & 0x80) != 0); in editEncodedSize()
421 while ((mBuffer->readRawByte() & 0x80) != 0) {} in compactSize()
/frameworks/base/libs/protoutil/tests/
DEncodedBuffer_test.cpp56 EXPECT_EQ(buffer->readRawByte(), static_cast<uint8_t>(50 + i)); in TEST()
59 EXPECT_EQ(buffer->readRawByte(), static_cast<uint8_t>(80 + i)); in TEST()
/frameworks/base/libs/protoutil/include/android/util/
DEncodedBuffer.h153 uint8_t readRawByte();
/frameworks/base/config/
Dboot-profile.txt921 Landroid/util/proto/EncodedBuffer;->readRawByte()B
Dboot-image-profile.txt15879 HSPLandroid/util/proto/EncodedBuffer;->readRawByte()B
/frameworks/base/core/api/
Dtest-current.txt3558 method public byte readRawByte();
/frameworks/base/boot/
Dboot-image-profile.txt15815 HSPLandroid/util/proto/EncodedBuffer;->readRawByte()B