HomeSort by relevance Sort by last modified time
    Searched refs:gather_continually_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 189 gather_continually_ = config.gather_continually;
193 bool gather_continually() const { return gather_continually_; }
327 bool gather_continually_ = false; member in class:cricket::FakeTransportChannel
p2ptransportchannel.h 296 bool gather_continually_ = false; member in class:cricket::P2PTransportChannel
p2ptransportchannel.cc 374 gather_continually_ = config.gather_continually;
375 LOG(LS_INFO) << "Set gather_continually to " << gather_continually_;
    [all...]

Completed in 183 milliseconds