Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dsocketadapters.cc568 if (!response.ReadUInt8(&ver) || in ProcessInput()
569 !response.ReadUInt8(&method)) in ProcessInput()
587 if (!response.ReadUInt8(&ver) || in ProcessInput()
588 !response.ReadUInt8(&status)) in ProcessInput()
599 if (!response.ReadUInt8(&ver) || in ProcessInput()
600 !response.ReadUInt8(&rep) || in ProcessInput()
601 !response.ReadUInt8(&rsv) || in ProcessInput()
602 !response.ReadUInt8(&atyp)) in ProcessInput()
620 if (!response.ReadUInt8(&len) || in ProcessInput()
742 if (!request->ReadUInt8(&ver) || in HandleHello()
[all …]
Dbitbuffer_unittest.cc47 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
49 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
66 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
68 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
100 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
108 EXPECT_FALSE(buffer.ReadUInt8(&val8)); in TEST()
293 EXPECT_TRUE(buffer.ReadUInt8(&val8)); in TEST()
Dbytebuffer_unittest.cc122 EXPECT_FALSE(buffer.ReadUInt8(&ru8)); in TEST()
127 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()
198 EXPECT_TRUE(buffer.ReadUInt8(&ru8)); in TEST()
Dbitbuffer.h41 bool ReadUInt8(uint8_t* val);
Dbytebuffer.h50 bool ReadUInt8(uint8_t* val);
Dbytebuffer.cc69 bool ByteBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8() function in rtc::ByteBuffer
Dbitbuffer.cc86 bool BitBuffer::ReadUInt8(uint8_t* val) { in ReadUInt8() function in rtc::BitBuffer
/external/webrtc/talk/app/webrtc/
Dsctputils.cc57 if (!buffer.ReadUInt8(&message_type)) { in IsOpenMessage()
72 if (!buffer.ReadUInt8(&message_type)) { in ParseDataChannelOpenMessage()
83 if (!buffer.ReadUInt8(&channel_type)) { in ParseDataChannelOpenMessage()
143 if (!buffer.ReadUInt8(&message_type)) { in ParseDataChannelOpenAckMessage()
Dsctputils_unittest.cc45 ASSERT_TRUE(buffer.ReadUInt8(&message_type)); in VerifyOpenMessageFormat()
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type)); in VerifyOpenMessageFormat()
157 ASSERT_TRUE(buffer.ReadUInt8(&message_type)); in TEST_F()
/external/webrtc/talk/media/base/
Dtestutils.cc66 ret &= buf->ReadUInt8(&ver_to_cc); in ReadFromByteBuffer()
67 ret &= buf->ReadUInt8(&m_to_pt); in ReadFromByteBuffer()
103 ret &= buf->ReadUInt8(&ver_to_count); in ReadFromByteBuffer()
104 ret &= buf->ReadUInt8(&type); in ReadFromByteBuffer()
Dvideoengine_unittest.h326 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()
332 if (!buf.ReadUInt8(&u08)) return false; in ParseRtpPacket()
388 if (!buf.ReadUInt8(&fmt)) return false; in CountRtcpFir()
390 if (!buf.ReadUInt8(&type)) return false; in CountRtcpFir()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc117 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&profile_idc)); in ParseSpsNalu()
120 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp)); in ParseSpsNalu()
122 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp)); in ParseSpsNalu()
Drtp_format_vp9.cc357 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&tl0picidx)); in ParseLayerInfoNonFlexibleMode()
443 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&n_g)); in ParseSsData()
458 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&p_diff)); in ParseSsData()
Dh264_sps_parser.cc81 RETURN_FALSE_ON_FAIL(parser.ReadUInt8(&profile_idc)); in Parse()
/external/webrtc/webrtc/p2p/base/
Dstun.cc500 if (!buf->ReadUInt8(&dummy)) in Read()
504 if (!buf->ReadUInt8(&stun_family)) { in Read()
Dpseudotcp.cc1191 buf.ReadUInt8(&kind); in parseOptions()
1205 buf.ReadUInt8(&opt_len); in parseOptions()