/external/webrtc/webrtc/p2p/base/ |
transport.h | 76 kIceGatheringNew = 0,
|
faketransportcontroller.h | 124 if (gathering_state_ == kIceGatheringNew) { 339 IceGatheringState gathering_state_ = kIceGatheringNew;
|
transportcontroller.h | 206 IceGatheringState gathering_state_ = kIceGatheringNew;
|
transportcontroller.cc | 553 IceGatheringState new_gathering_state = kIceGatheringNew; 571 any_gathering || channel->gathering_state() != kIceGatheringNew;
|
transportcontroller_unittest.cc | 186 IceGatheringState gathering_state_ = cricket::kIceGatheringNew; 606 EXPECT_EQ_WAIT(cricket::kIceGatheringNew, gathering_state_, kTimeout);
|
p2ptransportchannel.cc | 221 gathering_state_(kIceGatheringNew), [all...] |
/external/webrtc/talk/app/webrtc/objc/ |
RTCEnumConverter.mm | 60 case webrtc::PeerConnectionInterface::kIceGatheringNew:
|
/external/webrtc/talk/app/webrtc/ |
peerconnectioninterface.h | 184 kIceGatheringNew,
|
webrtcsession_unittest.cc | 179 ice_gathering_state_(PeerConnectionInterface::kIceGatheringNew) { 189 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, new_state); 215 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, ice_gathering_state_); 416 EXPECT_EQ(PeerConnectionInterface::kIceGatheringNew, 609 EXPECT_TRUE_WAIT(PeerConnectionInterface::kIceGatheringNew != [all...] |
peerconnection.cc | 571 ice_gathering_state_(kIceGatheringNew), [all...] |
peerconnection_unittest.cc | [all...] |
peerconnectioninterface_unittest.cc | 470 EXPECT_NE(PeerConnectionInterface::kIceGatheringNew, [all...] |