Home
last modified time | relevance | path

Searched refs:ReadUInt8 (Results 1 – 20 of 20) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
Dsocketadapters.cc566 if (!response.ReadUInt8(&ver) || in ProcessInput()
567 !response.ReadUInt8(&method)) in ProcessInput()
585 if (!response.ReadUInt8(&ver) || in ProcessInput()
586 !response.ReadUInt8(&status)) in ProcessInput()
597 if (!response.ReadUInt8(&ver) || in ProcessInput()
598 !response.ReadUInt8(&rep) || in ProcessInput()
599 !response.ReadUInt8(&rsv) || in ProcessInput()
600 !response.ReadUInt8(&atyp)) in ProcessInput()
618 if (!response.ReadUInt8(&len) || in ProcessInput()
740 if (!request->ReadUInt8(&ver) || in HandleHello()
[all …]
Dbytebuffer.h49 bool ReadUInt8(uint8* val);
Dbytebuffer.cc68 bool ByteBuffer::ReadUInt8(uint8* val) { in ReadUInt8() function in talk_base::ByteBuffer
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsocketadapters.cc566 if (!response.ReadUInt8(&ver) || in ProcessInput()
567 !response.ReadUInt8(&method)) in ProcessInput()
585 if (!response.ReadUInt8(&ver) || in ProcessInput()
586 !response.ReadUInt8(&status)) in ProcessInput()
597 if (!response.ReadUInt8(&ver) || in ProcessInput()
598 !response.ReadUInt8(&rep) || in ProcessInput()
599 !response.ReadUInt8(&rsv) || in ProcessInput()
600 !response.ReadUInt8(&atyp)) in ProcessInput()
618 if (!response.ReadUInt8(&len) || in ProcessInput()
740 if (!request->ReadUInt8(&ver) || in HandleHello()
[all …]
Dbytebuffer_unittest.cc138 EXPECT_FALSE(buffer.ReadUInt8(&ru8)); in TEST()
143 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()
214 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()
Dbytebuffer.h64 bool ReadUInt8(uint8* val);
Dbytebuffer.cc81 bool ByteBuffer::ReadUInt8(uint8* val) { in ReadUInt8() function in talk_base::ByteBuffer
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctputils.cc61 if (!buffer.ReadUInt8(&message_type)) { in ParseDataChannelOpenMessage()
72 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage()
Dsctputils_unittest.cc46 ASSERT_TRUE(buffer.ReadUInt8(&message_type)); in VerifyOpenMessageFormat()
49 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dtestutils.cc63 ret &= buf->ReadUInt8(&ver_to_cc); in ReadFromByteBuffer()
64 ret &= buf->ReadUInt8(&m_to_pt); in ReadFromByteBuffer()
98 ret &= buf->ReadUInt8(&ver_to_count); in ReadFromByteBuffer()
99 ret &= buf->ReadUInt8(&type); in ReadFromByteBuffer()
Dvideoengine_unittest.h623 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()
629 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()
685 if (!buf.ReadUInt8(&fmt)) return false; in CountRtcpFir()
687 if (!buf.ReadUInt8(&type)) return false; in CountRtcpFir()
/external/chromium_org/net/spdy/
Dspdy_frame_reader.h39 bool ReadUInt8(uint8* result);
Dspdy_frame_reader.cc19 bool SpdyFrameReader::ReadUInt8(uint8* result) { in ReadUInt8() function in net::SpdyFrameReader
Dspdy_framer.cc581 successful_read = reader->ReadUInt8(&current_frame_flags_); in ProcessCommonHeader()
597 successful_read = reader->ReadUInt8(&control_frame_type_field_uint8); in ProcessCommonHeader()
604 successful_read = reader->ReadUInt8(&current_frame_flags_); in ProcessCommonHeader()
1110 successful_read = reader.ReadUInt8(&priority); in ProcessControlFrameBeforeHeaderBlock()
1123 successful_read = reader.ReadUInt8(&slot); in ProcessControlFrameBeforeHeaderBlock()
/external/chromium_org/chrome/utility/media_galleries/
Dpmp_column_reader.h38 bool ReadUInt8(const uint32 row, uint8* result) const;
Dpmp_column_reader.cc92 bool PmpColumnReader::ReadUInt8(const uint32 row, uint8* result) const { in ReadUInt8() function in picasa::PmpColumnReader
Dpmp_column_reader_unittest.cc64 return reader->ReadUInt8(row, target); in DoRead()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstun.cc328 if (!buf->ReadUInt8(&dummy)) in Read()
330 if (!buf->ReadUInt8(&family_)) in Read()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.cc514 if (!buf->ReadUInt8(&dummy)) in Read()
518 if (!buf->ReadUInt8(&stun_family)) { in Read()
Dpseudotcp.cc1203 buf.ReadUInt8(&kind); in parseOptions()
1217 buf.ReadUInt8(&opt_len); in parseOptions()