Home
last modified time | relevance | path

Searched defs:SendRtcp (Results 1 – 13 of 13) 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
Ddirect_transport.cc69 bool DirectTransport::SendRtcp(const uint8_t* data, size_t length) { in SendRtcp() function in webrtc::test::DirectTransport
Drtp_rtcp_observer.h148 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function
/external/chromium_org/third_party/webrtc/video/
Drampup_tests.cc153 bool StreamObserver::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::StreamObserver
279 bool LowRateStreamObserver::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::LowRateStreamObserver
Dfull_stack.cc164 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function in webrtc::VideoAnalyzer
Dend_to_end_tests.cc63 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function in webrtc::EndToEndTest::UnusedTransport
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dfakenetworkinterface.h171 virtual bool SendRtcp(rtc::Buffer* packet, in SendRtcp() function
Dfilemediaengine_unittest.cc78 virtual bool SendRtcp(rtc::Buffer* packet, in SendRtcp() function in cricket::FileNetworkInterface
Dfakemediaengine.h79 bool SendRtcp(const void* data, int len) { in SendRtcp() function
Dmediachannel.h619 bool SendRtcp(rtc::Buffer* packet) { in SendRtcp() function
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
Dsctpdataengine_unittest.cc100 virtual bool SendRtcp(rtc::Buffer* packet, in SendRtcp() function in SctpFakeNetworkInterface
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine2.cc1273 bool WebRtcVideoChannel2::SendRtcp(const uint8_t* data, size_t len) { in SendRtcp() function in cricket::WebRtcVideoChannel2
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc336 bool BaseChannel::SendRtcp(rtc::Buffer* packet, in SendRtcp() function in cricket::BaseChannel