Searched refs:StopSending (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/test/
H A Ddirect_transport.h39 virtual void StopSending();
H A Ddirect_transport.cc43 DirectTransport::~DirectTransport() { StopSending(); }
49 void DirectTransport::StopSending() { function in class:webrtc::test::DirectTransport
H A Drtp_rtcp_observer.h43 void StopSending() { function in class:webrtc::test::RtpRtcpObserver
44 send_transport_.StopSending();
45 receive_transport_.StopSending();
H A Dcall_test.cc51 test->StopSending();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddtmfsender.cc114 StopSending();
249 StopSending();
253 void DtmfSender::StopSending() { function in class:webrtc::DtmfSender
H A Ddtmfsender.h108 void StopSending();
/external/chromium_org/third_party/webrtc/video/
H A Dbitrate_estimator_tests.cc169 std::mem_fun(&Stream::StopSending));
171 send_transport_.StopSending();
172 receive_transport_.StopSending();
230 void StopSending() { function in class:webrtc::BitrateEstimatorTest::Stream
327 streams_[0]->StopSending();
328 streams_[1]->StopSending();
H A Dend_to_end_tests.cc174 sender_transport.StopSending();
175 receiver_transport.StopSending();
219 sender_transport.StopSending();
220 receiver_transport.StopSending();
677 sender_transport.StopSending();
678 receiver_transport.StopSending();
831 send_transport.StopSending();
832 receive_transport.StopSending();
1032 sender_transport.StopSending();
1033 receiver_transport.StopSending();
[all...]
H A Dfull_stack.cc427 send_transport.StopSending();
428 recv_transport.StopSending();
H A Dloopback.cc182 transport.StopSending();
H A Dcall_perf_tests.cc291 observer.StopSending();
292 audio_observer.StopSending();
H A Dvideo_send_stream_tests.cc806 transport_.StopSending();

Completed in 123 milliseconds