Searched refs:Read (Results 401 - 425 of 1395) sorted by last modified time

<<11121314151617181920>>

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.h71 virtual int Read(void* buf, int len);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc55 rtc::StreamResult StreamInterfaceChannel::Read(void* buffer, function in class:cricket::StreamInterfaceChannel
64 return fifo_.Read(buffer, buffer_len, read, error);
548 if (dtls_->Read(buf, sizeof(buf), &read, NULL) == rtc::SR_SUCCESS) {
H A Ddtlstransportchannel.h55 // Push in a packet; this gets pulled out from Read().
61 virtual rtc::StreamResult Read(void* buffer, size_t buffer_len,
98 // downward_->Read().
H A Dport.cc382 if (!stun_msg->Read(&buf) || (buf.Length() > 0)) {
H A Dport_unittest.cc108 dst->Read(&buf);
183 if (!msg->Read(buf)) {
H A Dpseudotcp.cc439 rtc::StreamResult result = m_rbuf.Read(buffer, len, &read, NULL);
H A Dpseudotcp_unittest.cc310 if (send_stream_.Read(block, sizeof(block), &tosend, NULL) !=
430 if (send_stream_.Read(block, tosend, &tosend, NULL) !=
557 if (send_stream_.Read(block, sizeof(block), &tosend, NULL) !=
H A Drelayport.cc708 if (!msg.Read(&buf)) {
H A Drelayserver.cc270 if (!msg.Read(&buf)) {
319 if (!msg->Read(&buf)) {
H A Drelayserver_unittest.cc139 msg->Read(&buf);
323 EXPECT_TRUE(res2->Read(&buf));
H A Dstun.cc314 bool StunMessage::Read(ByteBuffer* buf) { function in class:cricket::StunMessage
367 if (!attr->Read(buf))
514 bool StunAddressAttribute::Read(ByteBuffer* buf) { function in class:cricket::StunAddressAttribute
622 bool StunXorAddressAttribute::Read(ByteBuffer* buf) { function in class:cricket::StunXorAddressAttribute
623 if (!StunAddressAttribute::Read(buf))
678 bool StunUInt32Attribute::Read(ByteBuffer* buf) {
697 bool StunUInt64Attribute::Read(ByteBuffer* buf) {
755 bool StunByteStringAttribute::Read(ByteBuffer* buf) {
805 bool StunErrorCodeAttribute::Read(ByteBuffer* buf) {
856 bool StunUInt16ListAttribute::Read(ByteBuffe function in class:cricket::StunUInt16ListAttribute
[all...]
H A Dstun.h199 bool Read(rtc::ByteBuffer* buf);
240 virtual bool Read(rtc::ByteBuffer* buf) = 0;
307 virtual bool Read(rtc::ByteBuffer* buf);
345 virtual bool Read(rtc::ByteBuffer* buf);
370 virtual bool Read(rtc::ByteBuffer* buf);
390 virtual bool Read(rtc::ByteBuffer* buf);
419 virtual bool Read(rtc::ByteBuffer* buf);
452 bool Read(rtc::ByteBuffer* buf);
476 bool Read(rtc::ByteBuffer* buf);
H A Dstun_unittest.cc82 if (msg->Read(&buf)) {
596 // Read the RFC5389 fields from the RFC5769 sample STUN request.
624 // Read the RFC5389 fields from the RFC5769 sample STUN response.
647 // Read the RFC5389 fields from the RFC5769 sample STUN response for IPv6.
670 // Read the RFC5389 fields from the RFC5769 sample STUN response with auth.
751 addr2.Read(&correct_buf);
799 EXPECT_TRUE(addr2.Read(&correct_buf));
1091 ASSERT_FALSE(msg.Read(&buf));
1185 EXPECT_TRUE(msg.Read(&buf));
1203 EXPECT_TRUE(msg2.Read(
[all...]
H A Dstunrequest.cc127 if (!response->Read(&buf))
H A Dstunserver.cc50 if (!msg.Read(&bbuf)) {
H A Dstunserver_unittest.cc72 msg->Read(&buf);
H A Dturnport.cc628 // Read in the message, and process according to RFC5766, Section 10.4.
631 if (!msg.Read(&buf)) {
669 // Read the message, and process according to RFC5766, Section 11.6.
H A Dturnserver.cc309 if (!msg.Read(&buf) || (buf.Length() > 0)) {
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc71 virtual StreamResult Read(void* buffer, size_t buffer_len,
250 StreamResult PseudoTcpChannel::Read(void* buffer, size_t buffer_len, function in class:cricket::PseudoTcpChannel
574 StreamResult PseudoTcpChannel::InternalStream::Read( function in class:cricket::PseudoTcpChannel::InternalStream
581 return parent_->Read(buffer, buffer_len, read, error);
H A Dpseudotcpchannel.h97 rtc::StreamResult Read(void* buffer, size_t buffer_len,
H A Dtunnelsessionclient_unittest.cc150 // Read bytes out into recv_stream_ as they arrive.
183 while ((res = remote_tunnel_->Read(block, sizeof(block), &read, NULL)) ==
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h70 virtual bool Read(char * data, size_t len, size_t* len_read) = 0;
H A Dxmppclient.cc374 if (!socket_->Read(bytes, sizeof(bytes), &bytes_read)) {
H A Dxmppsocket.cc196 bool XmppSocket::Read(char * data, size_t len, size_t* len_read) { function in class:buzz::XmppSocket
204 rtc::StreamResult result = stream_->Read(data, len, len_read, NULL);
H A Dxmppsocket.h59 virtual bool Read(char * data, size_t len, size_t* len_read);

Completed in 186 milliseconds

<<11121314151617181920>>