Home
last modified time | relevance | path

Searched refs:GATHER_CONTINUALLY (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/p2p/base/
Dice_transport_internal.h65 GATHER_CONTINUALLY, enumerator
90 return continual_gathering_policy == GATHER_CONTINUALLY; in gather_continually()
Dp2p_transport_channel_unittest.cc1409 CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
1444 IceConfig config1 = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
1966 CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
2291 IceConfig ep2_config = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
2544 IceConfig config = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
2915 IceConfig ep1_config = CreateIceConfig(2000, GATHER_CONTINUALLY); in TEST_F()
2959 CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
3008 CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
3052 IceConfig config = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
4415 IceConfig config = CreateIceConfig(1000, GATHER_CONTINUALLY); in TEST_F()
[all …]
Dp2p_transport_channel.cc574 config_.continual_gathering_policy != GATHER_CONTINUALLY) { in SetIceConfig()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm438 return webrtc::PeerConnectionInterface::GATHER_CONTINUALLY;
447 case webrtc::PeerConnectionInterface::GATHER_CONTINUALLY:
458 return @"GATHER_CONTINUALLY";
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc190 return PeerConnectionInterface::GATHER_CONTINUALLY; in JavaToNativeContinualGatheringPolicy()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionTest.java170 config.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY; in testCreationWithConfig()
DPeerConnectionEndToEndTest.java1114 rtcConfig.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY; in testSurfaceIceCandidatesWhenIceTransportTypeChanged()
/external/webrtc/sdk/objc/unittests/
DRTCConfigurationTest.mm81 EXPECT_EQ(webrtc::PeerConnectionInterface::GATHER_CONTINUALLY,
/external/webrtc/api/
Dpeer_connection_interface.h273 enum ContinualGatheringPolicy { GATHER_ONCE, GATHER_CONTINUALLY }; enumerator
/external/webrtc/pc/
Dpeer_connection_ice_unittest.cc830 PeerConnectionInterface::GATHER_CONTINUALLY; in TEST_P()
852 PeerConnectionInterface::GATHER_CONTINUALLY; in TEST_P()
Dpeer_connection_integrationtest.cc5186 caller_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
5192 callee_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
5269 caller_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
5274 callee_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
5300 caller_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
5305 callee_config.continual_gathering_policy = PeerConnection::GATHER_CONTINUALLY; in TEST_P()
Djsep_transport_controller_unittest.cc434 CreateIceConfig(kTimeout, cricket::GATHER_CONTINUALLY)); in TEST_F()
Dpeer_connection.cc5998 case PeerConnectionInterface::GATHER_CONTINUALLY: in ParseIceConfig()
5999 gathering_policy = cricket::GATHER_CONTINUALLY; in ParseIceConfig()
Dpeer_connection_interface_unittest.cc2588 PeerConnectionInterface::GATHER_CONTINUALLY; in TEST_P()
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java413 public enum ContinualGatheringPolicy { GATHER_ONCE, GATHER_CONTINUALLY } enumConstant
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java599 rtcConfig.continualGatheringPolicy = PeerConnection.ContinualGatheringPolicy.GATHER_CONTINUALLY; in createPeerConnectionInternal()