Searched refs:kIceGatheringGathering (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/p2p/base/ |
D | ice_transport_internal.h | 57 kIceGatheringGathering, enumerator
|
D | fake_ice_transport.h | 178 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
|
D | p2p_transport_channel.cc | 819 if (gathering_state_ != kIceGatheringGathering) { in MaybeStartGathering() 820 gathering_state_ = kIceGatheringGathering; in MaybeStartGathering()
|
D | p2p_transport_channel_unittest.cc | 1976 EXPECT_EQ(IceGatheringState::kIceGatheringGathering, in TEST_F()
|
/external/webrtc/pc/ |
D | jsep_transport_controller_unittest.cc | 502 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 776 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 793 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 802 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F() 829 EXPECT_EQ_WAIT(cricket::kIceGatheringGathering, gathering_state_, kTimeout); in TEST_F()
|
D | jsep_transport_controller.cc | 1387 new_gathering_state = cricket::kIceGatheringGathering; in UpdateAggregateStates_n()
|
D | peer_connection.cc | 6936 if (state == cricket::kIceGatheringGathering) { in OnTransportControllerGatheringState() 6937 OnIceGatheringChange(PeerConnectionInterface::kIceGatheringGathering); in OnTransportControllerGatheringState()
|
D | peer_connection_integrationtest.cc | 4058 ElementsAre(PeerConnectionInterface::kIceGatheringGathering, in TEST_P()
|
/external/webrtc/api/ |
D | peer_connection_interface.h | 169 kIceGatheringGathering, enumerator
|
/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCPeerConnection.mm | 830 return webrtc::PeerConnectionInterface::kIceGatheringGathering; 841 case webrtc::PeerConnectionInterface::kIceGatheringGathering:
|