Home
last modified time | relevance | path

Searched refs:GATHER_ONCE (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/p2p/base/
Dice_transport_internal.h63 GATHER_ONCE = 0, enumerator
87 ContinualGatheringPolicy continual_gathering_policy = GATHER_ONCE;
Dp2p_transport_channel_unittest.cc2436 IceConfig config = CreateIceConfig(1000, GATHER_ONCE); in TEST_F()
2482 IceConfig config = CreateIceConfig(1000, GATHER_ONCE); in TEST_F()
2611 IceConfig config = CreateIceConfig(1000, GATHER_ONCE); in TEST_F()
2674 IceConfig config = CreateIceConfig(1000, GATHER_ONCE); in TEST_F()
2726 IceConfig config = CreateIceConfig(1000, GATHER_ONCE); in TEST_F()
2772 IceConfig config = CreateIceConfig(1000, GATHER_ONCE, 25000); in TEST_F()
2869 CreateIceConfig(2000, GATHER_ONCE, backup_ping_interval)); in TEST_F()
2916 IceConfig ep2_config = CreateIceConfig(2000, GATHER_ONCE); in TEST_F()
3639 ch.SetIceConfig(CreateIceConfig(500, GATHER_ONCE)); in TEST_F()
4215 ch.SetIceConfig(CreateIceConfig(500, GATHER_ONCE)); in TEST_F()
[all …]
Dp2p_transport_channel.cc154 GATHER_ONCE /* continual_gathering_policy */, in P2PTransportChannel()
/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc187 return PeerConnectionInterface::GATHER_ONCE; in JavaToNativeContinualGatheringPolicy()
194 return PeerConnectionInterface::GATHER_ONCE; in JavaToNativeContinualGatheringPolicy()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm436 return webrtc::PeerConnectionInterface::GATHER_ONCE;
445 case webrtc::PeerConnectionInterface::GATHER_ONCE:
456 return @"GATHER_ONCE";
/external/webrtc/api/
Dpeer_connection_interface.h273 enum ContinualGatheringPolicy { GATHER_ONCE, GATHER_CONTINUALLY }; enumerator
471 ContinualGatheringPolicy continual_gathering_policy = GATHER_ONCE;
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java413 public enum ContinualGatheringPolicy { GATHER_ONCE, GATHER_CONTINUALLY } enumConstant
568 continualGatheringPolicy = ContinualGatheringPolicy.GATHER_ONCE; in RTCConfiguration()
/external/webrtc/pc/
Dpeer_connection_ice_unittest.cc877 config.continual_gathering_policy = PeerConnectionInterface::GATHER_ONCE; in TEST_P()
Dpeer_connection.cc5995 case PeerConnectionInterface::GATHER_ONCE: in ParseIceConfig()
5996 gathering_policy = cricket::GATHER_ONCE; in ParseIceConfig()
6003 gathering_policy = cricket::GATHER_ONCE; in ParseIceConfig()
Dpeer_connection_interface_unittest.cc2570 config.continual_gathering_policy = PeerConnectionInterface::GATHER_ONCE; in TEST_P()