HomeSort by relevance Sort by last modified time
    Searched refs:WriteUInt8 (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/base/
socketadapters.cc 657 request.WriteUInt8(5); // Socks Version
659 request.WriteUInt8(1); // Authentication Mechanisms
660 request.WriteUInt8(0); // No authentication
662 request.WriteUInt8(2); // Authentication Mechanisms
663 request.WriteUInt8(0); // No authentication
664 request.WriteUInt8(2); // Username/Password
672 request.WriteUInt8(1); // Negotiation Version
673 request.WriteUInt8(static_cast<uint8_t>(user_.size()));
675 request.WriteUInt8(static_cast<uint8_t>(pass_.GetLength()));
688 request.WriteUInt8(5); // Socks Versio
    [all...]
bitbuffer.h 101 bool WriteUInt8(uint8_t val);
bytebuffer.h 63 void WriteUInt8(uint8_t val);
bytebuffer_unittest.cc 61 buffer.WriteUInt8(1);
126 buffer.WriteUInt8(wu8);
193 buffer.WriteUInt8(wu8);
bitbuffer.cc 225 bool BitBufferWriter::WriteUInt8(uint8_t val) {
bytebuffer.cc 150 void ByteBuffer::WriteUInt8(uint8_t val) {
bitbuffer_unittest.cc 285 EXPECT_TRUE(buffer.WriteUInt8(0x12u));
  /external/webrtc/talk/app/webrtc/
sctputils.cc 188 buffer.WriteUInt8(DATA_CHANNEL_OPEN_MESSAGE_TYPE);
189 buffer.WriteUInt8(channel_type);
202 buffer.WriteUInt8(DATA_CHANNEL_OPEN_ACK_MESSAGE_TYPE);
sctputils_unittest.cc 165 open.WriteUInt8(0x03);
169 openAck.WriteUInt8(0x02);
173 openAck.WriteUInt8(0x01);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_sps_parser_unittest.cc 46 writer.WriteUInt8(0);
48 writer.WriteUInt8(0);
50 writer.WriteUInt8(0x3u);
rtp_format_vp9.cc 214 RETURN_FALSE_ON_ERROR(writer->WriteUInt8(Tl0PicIdxField(vp9, 0)));
289 RETURN_FALSE_ON_ERROR(writer->WriteUInt8(vp9.gof.num_frames_in_gof));
298 RETURN_FALSE_ON_ERROR(writer->WriteUInt8(vp9.gof.pid_diff[i][r]));
  /external/webrtc/talk/media/base/
testutils.cc 54 buf->WriteUInt8(ver_to_cc);
55 buf->WriteUInt8(m_to_pt);
93 buf->WriteUInt8(ver_to_count);
94 buf->WriteUInt8(type);
  /external/skia/src/pdf/
SkPDFMakeToUnicodeCmap.cpp 78 SkPDFUtils::WriteUInt8(cmap, SkToU8(gid));
SkPDFUtils.h 98 inline void WriteUInt8(SkDynamicMemoryWStream* wStream, uint8_t value) {
SkPDFDevice.cpp     [all...]
  /external/skqp/src/pdf/
SkPDFMakeToUnicodeCmap.cpp 78 SkPDFUtils::WriteUInt8(cmap, SkToU8(gid));
SkPDFUtils.h 98 inline void WriteUInt8(SkDynamicMemoryWStream* wStream, uint8_t value) {
SkPDFDevice.cpp     [all...]
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc     [all...]
stun.cc 542 buf->WriteUInt8(0);
543 buf->WriteUInt8(address_family);
626 buf->WriteUInt8(0);
627 buf->WriteUInt8(family());

Completed in 308 milliseconds