Home
last modified time | relevance | path

Searched refs:kIceGatheringNew (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/p2p/base/
Dfake_ice_transport.h177 if (gathering_state_ == kIceGatheringNew) { in MaybeStartGathering()
327 IceGatheringState gathering_state_ = kIceGatheringNew;
Dice_transport_internal.h56 kIceGatheringNew = 0, enumerator
Dp2p_transport_channel.cc151 gathering_state_(kIceGatheringNew), in P2PTransportChannel()
/external/webrtc/pc/test/
Dfake_peer_connection_base.h217 return IceGatheringState::kIceGatheringNew; in ice_gathering_state()
Dmock_peer_connection_observers.h116 RTC_DCHECK(PeerConnectionInterface::kIceGatheringNew != in OnIceCandidate()
/external/webrtc/pc/
Djsep_transport_controller.h378 cricket::IceGatheringState ice_gathering_state_ = cricket::kIceGatheringNew;
Djsep_transport_controller.cc1219 cricket::IceGatheringState new_gathering_state = cricket::kIceGatheringNew; in UpdateAggregateStates_n()
1241 cricket::kIceGatheringNew; in UpdateAggregateStates_n()
Dpeer_connection.h1160 kIceGatheringNew;
Dpeer_connection_ice_unittest.cc1412 EXPECT_EQ(PeerConnectionInterface::kIceGatheringNew, in TEST_P()
Djsep_transport_controller_unittest.cc334 cricket::IceGatheringState gathering_state_ = cricket::kIceGatheringNew;
Dpeer_connection_integrationtest.cc4024 ASSERT_EQ(PeerConnectionInterface::kIceGatheringNew, in TEST_P()
/external/webrtc/api/
Dpeer_connection_interface.h168 kIceGatheringNew, enumerator
/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnection.mm828 return webrtc::PeerConnectionInterface::kIceGatheringNew;
839 case webrtc::PeerConnectionInterface::kIceGatheringNew: