Home
last modified time | relevance | path

Searched refs:ReadByte (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/nvram/messages/tests/
H A Dio_test.cpp84 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
99 EXPECT_FALSE(buf.ReadByte(&byte)); in TEST()
117 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
121 EXPECT_TRUE(buf.ReadByte(&byte)); in TEST()
/aosp12/system/nvram/messages/
H A Dio.cpp61 if (!stream_buffer->ReadByte(&byte)) { in DecodeVarint()
105 bool InputStreamBuffer::ReadByte(uint8_t* byte) { in ReadByte() function in nvram::InputStreamBuffer
/aosp12/art/dt_fd_forward/
H A Ddt_fd_forward.cc484 pkt_->type.cmd.flags = ReadByte(); in ReadFully()
504 pkt_->type.cmd.cmdSet = ReadByte(); in ReadCmdPacket()
505 pkt_->type.cmd.cmd = ReadByte(); in ReadCmdPacket()
548 jbyte ReadByte() { in ReadByte() function in dt_fd_forward::PacketReader
/aosp12/system/nvram/messages/include/nvram/messages/
H A Dio.h53 bool ReadByte(uint8_t* byte);
/aosp12/build/soong/ui/status/
H A Dninja.go205 b, err := r.ReadByte()