Home
last modified time | relevance | path

Searched refs:SendRtcp (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
Dnull_transport.cc19 bool NullTransport::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::test::NullTransport
Dnull_transport.h23 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE;
Drtp_rtcp_observer.h147 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function
159 return test::DirectTransport::SendRtcp(packet, length); in SendRtcp()
Ddirect_transport.h43 virtual bool SendRtcp(const uint8_t* data, size_t length) OVERRIDE;
Ddirect_transport.cc69 bool DirectTransport::SendRtcp(const uint8_t* data, size_t length) { in SendRtcp() function in webrtc::test::DirectTransport
/external/chromium_org/third_party/webrtc/
Dtransport.h24 virtual bool SendRtcp(const uint8_t* packet, size_t length) = 0;
/external/chromium_org/third_party/webrtc/video/
Dtransport_adapter.cc36 bool success = transport_->SendRtcp(static_cast<const uint8_t*>(packet), in SendRTCPPacket()
Dfull_stack.cc173 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function in webrtc::VideoAnalyzer
174 return transport_->SendRtcp(packet, length); in SendRtcp()
Drampup_tests.cc161 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function in webrtc::__anonc814261f0111::StreamObserver
304 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function in webrtc::__anonc814261f0111::LowRateStreamObserver
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakenetworkinterface.h171 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function
Dmediachannel.h584 virtual bool SendRtcp(
646 bool SendRtcp(talk_base::Buffer* packet) { in SendRtcp() function
682 network_interface_->SendRtcp(packet); in DoSendPacket()
Dfakemediaengine.h79 bool SendRtcp(const void* data, int len) { in SendRtcp() function
81 return Base::SendRtcp(&packet); in SendRtcp()
Dfilemediaengine_unittest.cc78 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in cricket::FileNetworkInterface
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.h334 virtual bool SendRtcp(const uint8_t* data, size_t len) OVERRIDE;
Dwebrtcvoiceengine.h304 return T::SendRtcp(&packet) ? len : -1; in SendRTCPPacket()
Dwebrtcvideoengine2.cc1381 bool WebRtcVideoChannel2::SendRtcp(const uint8_t* data, size_t len) { in SendRtcp() function in cricket::WebRtcVideoChannel2
1383 return MediaChannel::SendRtcp(&packet); in SendRtcp()
Dwebrtcvideoengine.cc4099 return MediaChannel::SendRtcp(&packet) ? len : -1; in SendRTCPPacket()
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine_unittest.cc96 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in SctpFakeNetworkInterface
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel_unittest.cc405 return media_channel1_->SendRtcp(rtcp_packet_.c_str(), in SendRtcp1()
409 return media_channel2_->SendRtcp(rtcp_packet_.c_str(), in SendRtcp2()
425 return media_channel1_->SendRtcp(data.c_str(), in SendCustomRtcp1()
430 return media_channel2_->SendRtcp(data.c_str(), in SendCustomRtcp2()
1075 T::MediaChannel::SendRtcp(kRtcpReport, sizeof(kRtcpReport)); in TestCallTeardownRtcpMux()
Dchannel.h256 virtual bool SendRtcp(talk_base::Buffer* packet,
Dchannel.cc351 bool BaseChannel::SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in cricket::BaseChannel