Searched refs:SendRtcp (Results 1 - 23 of 23) sorted by path

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h79 bool SendRtcp(const void* data, int len) { function in class:cricket::RtpHelper
81 return Base::SendRtcp(&packet);
H A Dfakenetworkinterface.h171 virtual bool SendRtcp(rtc::Buffer* packet, function in class:cricket::FakeNetworkInterface
H A Dfilemediaengine_unittest.cc78 virtual bool SendRtcp(rtc::Buffer* packet, function in class:cricket::FileNetworkInterface
H A Dmediachannel.h557 virtual bool SendRtcp(
619 bool SendRtcp(rtc::Buffer* packet) { function in class:cricket::MediaChannel
655 network_interface_->SendRtcp(packet);
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine_unittest.cc100 virtual bool SendRtcp(rtc::Buffer* packet, function in class:SctpFakeNetworkInterface
102 LOG(LS_WARNING) << "Unsupported: SctpFakeNetworkInterface::SendRtcp.";
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc4058 return MediaChannel::SendRtcp(&packet) ? len : -1;
H A Dwebrtcvideoengine2.cc1273 bool WebRtcVideoChannel2::SendRtcp(const uint8_t* data, size_t len) { function in class:cricket::WebRtcVideoChannel2
1275 return MediaChannel::SendRtcp(&packet);
H A Dwebrtcvideoengine2.h402 virtual bool SendRtcp(const uint8_t* data, size_t len) OVERRIDE;
H A Dwebrtcvoiceengine.h319 return T::SendRtcp(&packet) ? len : -1;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc336 bool BaseChannel::SendRtcp(rtc::Buffer* packet, function in class:cricket::BaseChannel
H A Dchannel.h255 virtual bool SendRtcp(rtc::Buffer* packet,
H A Dchannel_unittest.cc363 return media_channel1_->SendRtcp(rtcp_packet_.c_str(),
367 return media_channel2_->SendRtcp(rtcp_packet_.c_str(),
383 return media_channel1_->SendRtcp(data.c_str(),
388 return media_channel2_->SendRtcp(data.c_str(),
1033 T::MediaChannel::SendRtcp(kRtcpReport, sizeof(kRtcpReport));
/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.cc69 bool DirectTransport::SendRtcp(const uint8_t* data, size_t length) { function in class:webrtc::test::DirectTransport
H A Ddirect_transport.h43 virtual bool SendRtcp(const uint8_t* data, size_t length) OVERRIDE;
H A Dnull_transport.cc19 bool NullTransport::SendRtcp(const uint8_t* packet, size_t length) { function in class:webrtc::test::NullTransport
H A Dnull_transport.h23 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE;
H A Drtp_rtcp_observer.h148 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE {
160 return test::DirectTransport::SendRtcp(packet, length);
/external/chromium_org/third_party/webrtc/
H A Dtransport.h24 virtual bool SendRtcp(const uint8_t* packet, size_t length) = 0;
/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc63 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE {
H A Dfull_stack.cc164 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE {
165 return transport_->SendRtcp(packet, length);
H A Drampup_tests.cc153 bool StreamObserver::SendRtcp(const uint8_t* packet, size_t length) { function in class:webrtc::StreamObserver
279 bool LowRateStreamObserver::SendRtcp(const uint8_t* packet, size_t length) { function in class:webrtc::LowRateStreamObserver
H A Drampup_tests.h57 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE;
109 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE;
H A Dtransport_adapter.cc36 bool success = transport_->SendRtcp(static_cast<const uint8_t*>(packet),

Completed in 489 milliseconds