HomeSort by relevance Sort by last modified time
    Searched refs:kIceGatheringGathering (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/p2p/base/
transport.h 77 kIceGatheringGathering,
transportcontroller_unittest.cc 337 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
585 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
599 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
614 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
636 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout);
faketransportcontroller.h 125 gathering_state_ = kIceGatheringGathering;
p2ptransportchannel.cc 419 if (gathering_state_ != kIceGatheringGathering) {
420 gathering_state_ = kIceGatheringGathering;
    [all...]
transportcontroller.cc 599 new_gathering_state = kIceGatheringGathering;
p2ptransportchannel_unittest.cc     [all...]
  /external/webrtc/talk/app/webrtc/objc/
RTCEnumConverter.mm 62 case webrtc::PeerConnectionInterface::kIceGatheringGathering:
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 185 kIceGatheringGathering,
webrtcsession.cc     [all...]
webrtcsession_unittest.cc 194 // transition from kIceGatheringComplete to kIceGatheringGathering.
195 if (new_state == PeerConnectionInterface::kIceGatheringGathering) {
    [all...]

Completed in 693 milliseconds