Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
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
413 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in createPeerConnection() local
419 PeerConnection.RTCConfiguration rtcConfig, PeerConnection.Observer observer) { in createPeerConnection()
425 PeerConnection.RTCConfiguration rtcConfig, PeerConnectionDependencies dependencies) { in createPeerConnection()
602 PeerConnection.RTCConfiguration rtcConfig, MediaConstraints constraints, long nativeObserver, in nativeCreatePeerConnection()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java679 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testCompleteSession() local
946 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testDataChannelOnlySession() local
1108 PeerConnection.RTCConfiguration rtcConfig = in testSurfaceIceCandidatesWhenIceTransportTypeChanged() local
1174 PeerConnection.RTCConfiguration rtcConfig = new PeerConnection.RTCConfiguration(iceServers); in testTrackRemovalAndAddition() local
/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js37 this.rtcConfig = {'sdpSemantics': 'plan-b'}; property
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java592 PeerConnection.RTCConfiguration rtcConfig = in createPeerConnectionInternal() local