Searched refs:kIceGatheringNew (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | faketransportcontroller.h | 124 if (gathering_state_ == kIceGatheringNew) { in MaybeStartGathering() 339 IceGatheringState gathering_state_ = kIceGatheringNew;
|
D | transport.h | 76 kIceGatheringNew = 0, enumerator
|
D | transportcontroller.cc | 553 IceGatheringState new_gathering_state = kIceGatheringNew; in UpdateAggregateStates_w() 571 any_gathering || channel->gathering_state() != kIceGatheringNew; in UpdateAggregateStates_w()
|
D | transportcontroller.h | 206 IceGatheringState gathering_state_ = kIceGatheringNew;
|
D | transportcontroller_unittest.cc | 186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew; 606 EXPECT_EQ_WAIT(cricket::kIceGatheringNew, gathering_state_, kTimeout); in TEST_F()
|
D | p2ptransportchannel.cc | 221 gathering_state_(kIceGatheringNew), in P2PTransportChannel()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface.h | 184 kIceGatheringNew, enumerator
|
D | webrtcsession_unittest.cc | 179 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()
|
D | peerconnection_unittest.cc | 1095 EXPECT_NE(webrtc::PeerConnectionInterface::kIceGatheringNew, in LocalP2PTest()
|
D | peerconnection.cc | 571 ice_gathering_state_(kIceGatheringNew), in PeerConnection()
|
D | peerconnectioninterface_unittest.cc | 470 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, in OnIceCandidate()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEnumConverter.mm | 60 case webrtc::PeerConnectionInterface::kIceGatheringNew:
|