Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc59 regathering_controller_.reset(new BasicRegatheringController( in RegatheringControllerTest()
83 regathering_controller_->set_allocator_session(allocator_session_.get()); in InitializeAndGatherOnce()
104 return regathering_controller_.get(); in regathering_controller()
111 std::unique_ptr<BasicRegatheringController> regathering_controller_; member in webrtc::RegatheringControllerTest
Dp2p_transport_channel.cc168 regathering_controller_ = in P2PTransportChannel()
227 regathering_controller_->set_allocator_session(allocator_session()); in AddAllocatorSession()
735 regathering_controller_->SetConfig(regathering_config); in SetIceConfig()
1630 regathering_controller_->Start(); in MaybeStartPinging()
Dp2p_transport_channel.h397 std::unique_ptr<webrtc::BasicRegatheringController> regathering_controller_