Home
last modified time | relevance | path

Searched refs:kRtcpMuxPolicyNegotiate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/sdk/android/src/jni/pc/
Dice_candidate.cc127 return PeerConnectionInterface::kRtcpMuxPolicyNegotiate; in JavaToNativeRtcpMuxPolicy()
133 return PeerConnectionInterface::kRtcpMuxPolicyNegotiate; in JavaToNativeRtcpMuxPolicy()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm347 return webrtc::PeerConnectionInterface::kRtcpMuxPolicyNegotiate;
356 case webrtc::PeerConnectionInterface::kRtcpMuxPolicyNegotiate:
/external/webrtc/sdk/objc/unittests/
DRTCConfigurationTest.mm71 EXPECT_EQ(webrtc::PeerConnectionInterface::kRtcpMuxPolicyNegotiate,
/external/webrtc/pc/
Dpeer_connection_bundle_unittest.cc289 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate; in TEST_P()
559 config.rtcp_mux_policy = RtcpMuxPolicy::kRtcpMuxPolicyNegotiate; in TEST_P()
Djsep_transport_controller_unittest.cc379 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate; in TEST_F()
Dpeer_connection_interface_unittest.cc2569 config.rtcp_mux_policy = PeerConnectionInterface::kRtcpMuxPolicyNegotiate; in TEST_P()
/external/webrtc/api/
Dpeer_connection_interface.h259 kRtcpMuxPolicyNegotiate, enumerator