Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js76 this.localConnection.setLocalDescription(desc);
84 this.remoteConnection.setLocalDescription(desc);
/external/autotest/client/common_lib/cros/webrtc_scripts/
Dloopback-peerconnection.js152 this.localConnection.setLocalDescription(desc);
159 this.remoteConnection.setLocalDescription(desc);
/external/webrtc/rtc_tools/loopback_test/
Dloopback_test.js179 pc1.setLocalDescription(desc);
189 pc2.setLocalDescription(desc);
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java754 answeringPC.setLocalDescription(sdpLatch, answerSdp); in testCompleteSession()
761 offeringPC.setLocalDescription(sdpLatch, offerSdp); in testCompleteSession()
995 answeringPC.setLocalDescription(sdpLatch, answerSdp); in testDataChannelOnlySession()
1002 offeringPC.setLocalDescription(sdpLatch, offerSdp); in testDataChannelOnlySession()
1136 offeringPC.setLocalDescription(sdpLatch, offerSdp); in testSurfaceIceCandidatesWhenIceTransportTypeChanged()
1219 offeringPC.setLocalDescription(sdpLatch, offerSdp); in testTrackRemovalAndAddition()
1251 answeringPC.setLocalDescription(sdpLatch, answerSdp); in testTrackRemovalAndAddition()
1505 offeringPC.setLocalDescription(sdpLatch, offerSdp); in negotiate()
1527 answeringPC.setLocalDescription(sdpLatch, answerSdp); in negotiate()
/external/webrtc/sdk/objc/unittests/
DRTCPeerConnectionFactory_xctest.m290 setLocalDescription:offer
305 setLocalDescription:answer
/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnection.h300 - (void)setLocalDescription:(RTC_OBJC_TYPE(RTCSessionDescription) *)sdp
DRTCPeerConnection.mm542 - (void)setLocalDescription:(RTC_OBJC_TYPE(RTCSessionDescription) *)sdp
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnection.java861 public void setLocalDescription(SdpObserver observer, SessionDescription sdp) { in setLocalDescription() method in PeerConnection
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java1322 peerConnection.setLocalDescription(sdpObserver, sdp); in onCreateSuccess()
/external/webrtc/examples/objc/AppRTCMobile/
DARDAppClient.m473 [self.peerConnection setLocalDescription:sdp