Home
last modified time | relevance | path

Searched refs:gather_continually_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h189 gather_continually_ = config.gather_continually; in SetIceConfig()
193 bool gather_continually() const { return gather_continually_; } in gather_continually()
327 bool gather_continually_ = false; variable
Dp2ptransportchannel.h296 bool gather_continually_ = false; variable
Dp2ptransportchannel.cc374 gather_continually_ = config.gather_continually; in SetIceConfig()
375 LOG(LS_INFO) << "Set gather_continually to " << gather_continually_; in SetIceConfig()
1136 if (gather_continually_ && session == allocator_sessions_.back()) { in MaybeStopPortAllocatorSessions()