Searched refs:RtcpMuxPolicy (Results 1 – 10 of 10) sorted by relevance
36 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeRtcpMuxPolicyForPolicy:40 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativePolicy;
343 + (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativeRtcpMuxPolicyForPolicy:354 (webrtc::PeerConnectionInterface::RtcpMuxPolicy)nativePolicy { argument
53 PeerConnectionInterface::RtcpMuxPolicy JavaToNativeRtcpMuxPolicy(
121 PeerConnectionInterface::RtcpMuxPolicy JavaToNativeRtcpMuxPolicy( in JavaToNativeRtcpMuxPolicy()
369 public enum RtcpMuxPolicy { NEGOTIATE, REQUIRE } enum in PeerConnection456 public RtcpMuxPolicy rtcpMuxPolicy;559 rtcpMuxPolicy = RtcpMuxPolicy.REQUIRE; in RTCConfiguration()625 RtcpMuxPolicy getRtcpMuxPolicy() { in getRtcpMuxPolicy()
40 using RtcpMuxPolicy = PeerConnectionInterface::RtcpMuxPolicy; typedef538 config.rtcp_mux_policy = RtcpMuxPolicy::kRtcpMuxPolicyRequire; in TEST_P()559 config.rtcp_mux_policy = RtcpMuxPolicy::kRtcpMuxPolicyNegotiate; in TEST_P()
87 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy =
873 RtcpMuxPolicy rtcp_mux_policy; in operator ==()
258 enum RtcpMuxPolicy { enum370 RtcpMuxPolicy rtcp_mux_policy = kRtcpMuxPolicyRequire;
598 rtcConfig.rtcpMuxPolicy = PeerConnection.RtcpMuxPolicy.REQUIRE; in createPeerConnectionInternal()