Home
last modified time | relevance | path

Searched refs:StopSending (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/call/
Dbitrate_estimator_tests.cc144 std::mem_fun(&Stream::StopSending)); in TearDown()
146 send_transport_->StopSending(); in TearDown()
147 receive_transport_->StopSending(); in TearDown()
230 void StopSending() { in StopSending() function in webrtc::BitrateEstimatorTest::Stream
349 streams_[0]->StopSending(); in TEST_F()
350 streams_[1]->StopSending(); in TEST_F()
Dcall_perf_tests.cc346 sync_send_transport.StopSending(); in TestAudioVideoSync()
347 sync_receive_transport.StopSending(); in TestAudioVideoSync()
348 audio_send_transport.StopSending(); in TestAudioVideoSync()
349 audio_receive_transport.StopSending(); in TestAudioVideoSync()
/external/webrtc/talk/app/webrtc/
Ddtmfsender.cc114 StopSending(); in ~DtmfSender()
249 StopSending(); in OnProviderDestroyed()
253 void DtmfSender::StopSending() { in StopSending() function in webrtc::DtmfSender
Ddtmfsender.h109 void StopSending();
/external/webrtc/webrtc/test/
Ddirect_transport.cc34 DirectTransport::~DirectTransport() { StopSending(); } in ~DirectTransport()
40 void DirectTransport::StopSending() { in StopSending() function in webrtc::test::DirectTransport
Ddirect_transport.h40 virtual void StopSending();
Dcall_test.cc107 send_transport_->StopSending(); in RunBaseTest()
108 receive_transport_->StopSending(); in RunBaseTest()
/external/webrtc/webrtc/video/
Dend_to_end_tests.cc183 sender_transport.StopSending(); in TEST_F()
184 receiver_transport.StopSending(); in TEST_F()
231 sender_transport.StopSending(); in TEST_F()
232 receiver_transport.StopSending(); in TEST_F()
916 sender_transport.StopSending(); in TEST_F()
917 receiver_transport.StopSending(); in TEST_F()
1074 send_transport.StopSending(); in TEST_F()
1075 receive_transport.StopSending(); in TEST_F()
1261 sender_transport->StopSending(); in RunTest()
1262 receiver_transport->StopSending(); in RunTest()
[all …]
Dvideo_quality_test.cc995 send_transport.StopSending(); in RunWithAnalyzer()
996 recv_transport.StopSending(); in RunWithAnalyzer()
1070 transport.StopSending(); in RunWithVideoRenderer()