Home
last modified time | relevance | path

Searched refs:setRemoteDescription (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/webrtc/tools/rtcbot/test/
Dsimple_offer_answer.js31 pc2.setRemoteDescription(offer, expectedCall, test.fail);
39 pc1.setRemoteDescription(answer, expectedCall, test.fail);
Dwebrtc_video_streaming.js72 pc2.setRemoteDescription(offer, onSetSessionDescriptionSuccess,
82 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
/external/chromium_org/third_party/webrtc/tools/loopback_test/
Dloopback_test.js180 pc2.setRemoteDescription(desc);
190 pc1.setRemoteDescription(desc);
/external/chromium_org/third_party/WebKit/public/platform/
DWebRTCPeerConnectionHandler.h62 … virtual void setRemoteDescription(const WebRTCVoidRequest&, const WebRTCSessionDescription&) = 0;
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_webrtc_peer_connection_handler.h47 virtual void setRemoteDescription(
Dmock_webrtc_peer_connection_handler.cc223 void MockWebRTCPeerConnectionHandler::setRemoteDescription( in setRemoteDescription() function in content::MockWebRTCPeerConnectionHandler
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DPeerConnection.java139 public native void setRemoteDescription( in setRemoteDescription() method in PeerConnection
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.h77 …void setRemoteDescription(RTCSessionDescription*, VoidCallback*, RTCErrorCallback*, ExceptionState…
DRTCPeerConnection.idl46 …[RaisesException] void setRemoteDescription(RTCSessionDescription description, [Default=Undefined]…
DRTCPeerConnection.cpp335 void RTCPeerConnection::setRemoteDescription(RTCSessionDescription* sessionDescription, VoidCallbac… in setRemoteDescription() function in blink::RTCPeerConnection
346 m_peerHandler->setRemoteDescription(request, sessionDescription->webSessionDescription()); in setRemoteDescription()
/external/chromium_org/content/renderer/media/
Drtc_peer_connection_handler.h127 virtual void setRemoteDescription( in NON_EXPORTED_BASE()
Drtc_peer_connection_handler_unittest.cc364 TEST_F(RTCPeerConnectionHandlerTest, setRemoteDescription) { in TEST_F() argument
377 pc_handler_->setRemoteDescription(request, description); in TEST_F()
Drtc_peer_connection_handler.cc568 void RTCPeerConnectionHandler::setRemoteDescription( in setRemoteDescription() function in content::RTCPeerConnectionHandler
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
DPeerConnectionTest.java591 answeringPC.setRemoteDescription(sdpLatch, offerSdp);
630 offeringPC.setRemoteDescription(sdpLatch, answerSdp);
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
DAPPRTCConnectionManager.m223 [self.logger logMessage:@"PC - setRemoteDescription."];
380 [self.logger logMessage:@"Callee, setRemoteDescription succeeded"];
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
DAppRTCDemoActivity.java645 pc.setRemoteDescription(sdpObserver, sdp); in onMessage()