Home
last modified time | relevance | path

Searched refs:MaybeStartGathering (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportcontroller_unittest.cc122 transport_controller_->MaybeStartGathering(); in CreateChannelsAndCompleteConnection_w()
336 transport_controller_->MaybeStartGathering(); in TEST_F()
583 channel->MaybeStartGathering(); in TEST_F()
598 channel3->MaybeStartGathering(); in TEST_F()
611 channel1->MaybeStartGathering(); in TEST_F()
613 channel2->MaybeStartGathering(); in TEST_F()
659 transport_controller_->MaybeStartGathering(); in TEST_F()
Dp2ptransportchannel_unittest.cc325 channel->MaybeStartGathering(); in CreateChannel()
592 ep1_ch1()->MaybeStartGathering(); in TestHandleIceUfragPasswordChanged()
595 ep2_ch1()->MaybeStartGathering(); in TestHandleIceUfragPasswordChanged()
1816 ch.MaybeStartGathering(); in TEST_F()
1841 ch.MaybeStartGathering(); in TEST_F()
1872 ch.MaybeStartGathering(); in TEST_F()
1922 ch.MaybeStartGathering(); in TEST_F()
1982 ch.MaybeStartGathering(); in TEST_F()
2004 ch.MaybeStartGathering(); in TEST_F()
2061 ch.MaybeStartGathering(); in TEST_F()
[all …]
Ddtlstransportchannel.h184 void MaybeStartGathering() override { channel_->MaybeStartGathering(); } in MaybeStartGathering() function
Dtransport.cc249 void Transport::MaybeStartGathering() { in MaybeStartGathering() function in cricket::Transport
251 CallChannels(&TransportChannelImpl::MaybeStartGathering); in MaybeStartGathering()
Dtransportchannelimpl.h69 virtual void MaybeStartGathering() = 0;
Dfaketransportcontroller.h123 void MaybeStartGathering() override { in MaybeStartGathering() function
533 transport->MaybeStartGathering(); in ConnectChannels_w()
Dtransport.h226 void MaybeStartGathering();
Dtransportcontroller.cc117 void TransportController::MaybeStartGathering() { in MaybeStartGathering() function in cricket::TransportController
443 kv.second->MaybeStartGathering(); in MaybeStartGathering_w()
Dtransportcontroller.h73 void MaybeStartGathering();
Dp2ptransportchannel.h86 void MaybeStartGathering() override;
Dp2ptransportchannel.cc413 void P2PTransportChannel::MaybeStartGathering() { in MaybeStartGathering() function in cricket::P2PTransportChannel
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.h237 void MaybeStartGathering();
Dwebrtcsession.cc1264 void WebRtcSession::MaybeStartGathering() { in MaybeStartGathering() function in webrtc::WebRtcSession
1265 transport_controller_->MaybeStartGathering(); in MaybeStartGathering()
Dpeerconnection.cc1023 session_->MaybeStartGathering(); in SetLocalDescription()
Dwebrtcsession_unittest.cc878 session_->MaybeStartGathering(); in SetLocalDescriptionWithoutError()