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

/external/webrtc/webrtc/p2p/base/
H A Dtransportchannelimpl.h69 virtual void MaybeStartGathering() = 0;
H A Ddtlstransportchannel.h184 void MaybeStartGathering() override { channel_->MaybeStartGathering(); }
H A Dtransportcontroller_unittest.cc122 transport_controller_->MaybeStartGathering();
336 transport_controller_->MaybeStartGathering();
583 channel->MaybeStartGathering();
598 channel3->MaybeStartGathering();
611 channel1->MaybeStartGathering();
613 channel2->MaybeStartGathering();
659 transport_controller_->MaybeStartGathering();
H A Dp2ptransportchannel_unittest.cc325 channel->MaybeStartGathering();
592 ep1_ch1()->MaybeStartGathering();
595 ep2_ch1()->MaybeStartGathering();
1732 // MaybeStartGathering()).
1736 ep2_ch1()->MaybeStartGathering();
1816 ch.MaybeStartGathering();
1841 ch.MaybeStartGathering();
1872 ch.MaybeStartGathering();
1922 ch.MaybeStartGathering();
1982 ch.MaybeStartGathering();
[all...]
H A Dtransport.cc249 void Transport::MaybeStartGathering() { function in class:cricket::Transport
251 CallChannels(&TransportChannelImpl::MaybeStartGathering);
H A Dp2ptransportchannel.h86 void MaybeStartGathering() override;
H A Dtransport.h226 void MaybeStartGathering();
H A Dtransportcontroller.h73 void MaybeStartGathering();
H A Dfaketransportcontroller.h123 void MaybeStartGathering() override {
533 transport->MaybeStartGathering();
H A Dtransportcontroller.cc117 void TransportController::MaybeStartGathering() { function in class:cricket::TransportController
443 kv.second->MaybeStartGathering();
H A Dp2ptransportchannel.cc342 // Note: Candidate gathering will restart when MaybeStartGathering is next
413 void P2PTransportChannel::MaybeStartGathering() { function in class:cricket::P2PTransportChannel
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.h237 void MaybeStartGathering();
H A Dwebrtcsession.cc1264 void WebRtcSession::MaybeStartGathering() { function in class:webrtc::WebRtcSession
1265 transport_controller_->MaybeStartGathering();
H A Dpeerconnection.cc1020 // MaybeStartGathering needs to be called after posting
1023 session_->MaybeStartGathering();
H A Dwebrtcsession_unittest.cc878 session_->MaybeStartGathering();

Completed in 132 milliseconds