Searched refs:kIceGatheringGathering (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportcontroller_unittest.cc | 337 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 585 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 599 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 614 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 636 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
|
D | transport.h | 77 kIceGatheringGathering, enumerator
|
D | p2ptransportchannel.cc | 419 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering() 420 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
|
D | faketransportcontroller.h | 125 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
|
D | transportcontroller.cc | 599 new_gathering_state = kIceGatheringGathering; in UpdateAggregateStates_w()
|
D | p2ptransportchannel_unittest.cc | 1490 EXPECT_EQ(cricket::IceGatheringState::kIceGatheringGathering, in TEST_F()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectioninterface.h | 185 kIceGatheringGathering, enumerator
|
D | webrtcsession.cc | 2080 if (state == cricket::kIceGatheringGathering) { in OnTransportControllerGatheringState() 2083 PeerConnectionInterface::kIceGatheringGathering); in OnTransportControllerGatheringState()
|
D | webrtcsession_unittest.cc | 195 if (new_state == PeerConnectionInterface::kIceGatheringGathering) { in OnIceGatheringChange() 1260 EXPECT_EQ_WAIT(PeerConnectionInterface::kIceGatheringGathering, in SetupLoopbackCall()
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCEnumConverter.mm | 62 case webrtc::PeerConnectionInterface::kIceGatheringGathering:
|