Home
last modified time | relevance | path

Searched refs:gathering_state (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.h186 IceGatheringState gathering_state() const override { in gathering_state() function
187 return channel_->gathering_state(); in gathering_state()
Dtransportchannelimpl.h85 virtual IceGatheringState gathering_state() const = 0;
Dtransportcontroller.cc569 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w()
571 any_gathering || channel->gathering_state() != kIceGatheringNew; in UpdateAggregateStates_w()
573 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w()
Dp2ptransportchannel.h87 IceGatheringState gathering_state() const override { in gathering_state() function
Dfaketransportcontroller.h130 IceGatheringState gathering_state() const override { in gathering_state() function
Dp2ptransportchannel_unittest.cc1488 ep1_ch1()->gathering_state(), in TEST_F()
1491 ep1_ch1()->gathering_state()); in TEST_F()
1494 ep2_ch1()->gathering_state()); in TEST_F()