/external/chromium_org/third_party/webrtc/test/ |
D | null_transport.cc | 19 bool NullTransport::SendRtcp(const uint8_t* packet, size_t length) { in SendRtcp() function in webrtc::test::NullTransport
|
D | null_transport.h | 23 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE;
|
D | rtp_rtcp_observer.h | 147 virtual bool SendRtcp(const uint8_t* packet, size_t length) OVERRIDE { in SendRtcp() function 159 return test::DirectTransport::SendRtcp(packet, length); in SendRtcp()
|
D | direct_transport.h | 43 virtual bool SendRtcp(const uint8_t* data, size_t length) OVERRIDE;
|
D | direct_transport.cc | 69 bool DirectTransport::SendRtcp(const uint8_t* data, size_t length) { in SendRtcp() function in webrtc::test::DirectTransport
|
/external/chromium_org/third_party/webrtc/ |
D | transport.h | 24 virtual bool SendRtcp(const uint8_t* packet, size_t length) = 0;
|
/external/chromium_org/third_party/webrtc/video/ |
D | transport_adapter.cc | 36 bool success = transport_->SendRtcp(static_cast<const uint8_t*>(packet), in SendRTCPPacket()
|
D | full_stack.cc | 173 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()
|
D | rampup_tests.cc | 161 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/ |
D | fakenetworkinterface.h | 171 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function
|
D | mediachannel.h | 584 virtual bool SendRtcp( 646 bool SendRtcp(talk_base::Buffer* packet) { in SendRtcp() function 682 network_interface_->SendRtcp(packet); in DoSendPacket()
|
D | fakemediaengine.h | 79 bool SendRtcp(const void* data, int len) { in SendRtcp() function 81 return Base::SendRtcp(&packet); in SendRtcp()
|
D | filemediaengine_unittest.cc | 78 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in cricket::FileNetworkInterface
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtcvideoengine2.h | 334 virtual bool SendRtcp(const uint8_t* data, size_t len) OVERRIDE;
|
D | webrtcvoiceengine.h | 304 return T::SendRtcp(&packet) ? len : -1; in SendRTCPPacket()
|
D | webrtcvideoengine2.cc | 1381 bool WebRtcVideoChannel2::SendRtcp(const uint8_t* data, size_t len) { in SendRtcp() function in cricket::WebRtcVideoChannel2 1383 return MediaChannel::SendRtcp(&packet); in SendRtcp()
|
D | webrtcvideoengine.cc | 4099 return MediaChannel::SendRtcp(&packet) ? len : -1; in SendRTCPPacket()
|
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/ |
D | sctpdataengine_unittest.cc | 96 virtual bool SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in SctpFakeNetworkInterface
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
D | channel_unittest.cc | 405 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()
|
D | channel.h | 256 virtual bool SendRtcp(talk_base::Buffer* packet,
|
D | channel.cc | 351 bool BaseChannel::SendRtcp(talk_base::Buffer* packet, in SendRtcp() function in cricket::BaseChannel
|