Searched defs:MaybeStartGathering (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dtransport.cc249 void Transport::MaybeStartGathering() { function in class:cricket::Transport
251 CallChannels(&TransportChannelImpl::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.cc1264 void WebRtcSession::MaybeStartGathering() { function in class:webrtc::WebRtcSession
1265 transport_controller_->MaybeStartGathering();

Completed in 163 milliseconds