Searched defs:MaybeStartGathering (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/p2p/base/ | ||
D | dtlstransportchannel.h | 184 void MaybeStartGathering() override { channel_->MaybeStartGathering(); } in MaybeStartGathering() function |
D | transport.cc | 249 void Transport::MaybeStartGathering() { in MaybeStartGathering() function in cricket::Transport |
D | transportcontroller.cc | 117 void TransportController::MaybeStartGathering() { in MaybeStartGathering() function in cricket::TransportController |
D | faketransportcontroller.h | 123 void MaybeStartGathering() override { in MaybeStartGathering() function |
D | p2ptransportchannel.cc | 413 void P2PTransportChannel::MaybeStartGathering() { in MaybeStartGathering() function in cricket::P2PTransportChannel |
/external/webrtc/talk/app/webrtc/ | ||
D | webrtcsession.cc | 1264 void WebRtcSession::MaybeStartGathering() { in MaybeStartGathering() function in webrtc::WebRtcSession |