Searched refs:kIceGatheringComplete (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller.cc | 569 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w() 573 channel->gathering_state() == kIceGatheringComplete; in UpdateAggregateStates_w() 597 new_gathering_state = kIceGatheringComplete; in UpdateAggregateStates_w()
|
D | transportcontroller_unittest.cc | 619 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F() 644 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F() 678 EXPECT_EQ_WAIT(cricket::kIceGatheringComplete, gathering_state_, kTimeout); in TEST_F()
|
D | faketransportcontroller.h | 179 if (gathering_state_ != kIceGatheringComplete) { in SetCandidatesGatheringComplete() 180 gathering_state_ = kIceGatheringComplete; in SetCandidatesGatheringComplete()
|
D | transport.h | 78 kIceGatheringComplete, enumerator
|
D | p2ptransportchannel.cc | 485 gathering_state_ = kIceGatheringComplete; in OnCandidatesAllocationDone()
|
D | p2ptransportchannel_unittest.cc | 1487 WAIT(cricket::IceGatheringState::kIceGatheringComplete == in TEST_F() 1493 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringComplete, in TEST_F()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface.h | 186 kIceGatheringComplete enumerator
|
D | webrtcsession.cc | 2085 } else if (state == cricket::kIceGatheringComplete) { in OnTransportControllerGatheringState() 2088 PeerConnectionInterface::kIceGatheringComplete); in OnTransportControllerGatheringState()
|
D | peerconnection.cc | 1338 if (ice_gathering_state_ != kIceGatheringComplete) { in ChangeSignalingState() 1339 ice_gathering_state_ = kIceGatheringComplete; in ChangeSignalingState()
|
D | peerconnectioninterface_unittest.cc | 486 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in OnIceComplete() 1756 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in TEST_F()
|
D | peerconnection_unittest.cc | 1100 EXPECT_EQ_WAIT(webrtc::PeerConnectionInterface::kIceGatheringComplete, in LocalP2PTest()
|
D | webrtcsession_unittest.cc | 226 EXPECT_EQ(PeerConnectionInterface::kIceGatheringComplete, in OnIceComplete() 1263 EXPECT_EQ_WAIT(PeerConnectionInterface::kIceGatheringComplete, in SetupLoopbackCall()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEnumConverter.mm | 64 case webrtc::PeerConnectionInterface::kIceGatheringComplete:
|