Home
last modified time | relevance | path

Searched refs:kIceGatheringNew (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h124 if (gathering_state_ == kIceGatheringNew) { in MaybeStartGathering()
339 IceGatheringState gathering_state_ = kIceGatheringNew;
Dtransport.h76 kIceGatheringNew = 0, enumerator
Dtransportcontroller.cc553 IceGatheringState new_gathering_state = kIceGatheringNew; in UpdateAggregateStates_w()
571 any_gathering || channel->gathering_state() != kIceGatheringNew; in UpdateAggregateStates_w()
Dtransportcontroller.h206 IceGatheringState gathering_state_ = kIceGatheringNew;
Dtransportcontroller_unittest.cc186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
606 EXPECT_EQ_WAIT(cricket::kIceGatheringNew, gathering_state_, kTimeout); in TEST_F()
Dp2ptransportchannel.cc221 gathering_state_(kIceGatheringNew), in P2PTransportChannel()
/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h184 kIceGatheringNew, enumerator
Dwebrtcsession_unittest.cc179 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) { in MockIceObserver()
189 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, new_state); in OnIceGatheringChange()
215 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_); in OnIceCandidate()
416 EXPECT_EQ(PeerConnectionInterface::kIceGatheringNew, in Init()
609 EXPECT_TRUE_WAIT(PeerConnectionInterface::kIceGatheringNew != in InitiateCall()
1255 EXPECT_EQ(PeerConnectionInterface::kIceGatheringNew, in SetupLoopbackCall()
Dpeerconnection_unittest.cc1095 EXPECT_NE(webrtc::PeerConnectionInterface::kIceGatheringNew, in LocalP2PTest()
Dpeerconnection.cc571 ice_gathering_state_(kIceGatheringNew), in PeerConnection()
Dpeerconnectioninterface_unittest.cc470 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, in OnIceCandidate()
/external/webrtc/talk/app/webrtc/objc/
DRTCEnumConverter.mm60 case webrtc::PeerConnectionInterface::kIceGatheringNew: