Home
last modified time | relevance | path

Searched defs:rtcConfig (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/
H A DPeerConnectionFactory.java370 PeerConnection createPeerConnectionInternal(PeerConnection.RTCConfiguration rtcConfig, in createPeerConnectionInternal()
392 public PeerConnection createPeerConnection(PeerConnection.RTCConfiguration rtcConfig, in createPeerConnection()
406 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in createPeerConnection() local
414 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in createPeerConnection() local
421 PeerConnection.RTCConfiguration rtcConfig, PeerConnection.Observer observer) { in createPeerConnection()
427 PeerConnection.RTCConfiguration rtcConfig, PeerConnectionDependencies dependencies) { in createPeerConnection()
601 PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, in nativeCreatePeerConnection()
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DPeerConnectionEndToEndTest.java699 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testCompleteSession() local
982 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testDataChannelOnlySession() local
1143 PeerConnection.RTCConfiguration rtcConfig = in testSurfaceIceCandidatesWhenIceTransportTypeChanged() local
1210 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testTrackRemovalAndAddition() local
/aosp_15_r20/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DPeerConnectionClient.java598 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnectionInternal() local