/external/chromium_org/third_party/webrtc/tools/rtcbot/test/ |
D | simple_offer_answer.js | 30 pc1.setLocalDescription(offer, expectedCall, test.fail); 38 pc2.setLocalDescription(answer, expectedCall, test.fail);
|
D | webrtc_video_streaming.js | 71 pc1.setLocalDescription(offer, onSetSessionDescriptionSuccess, test.fail); 80 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
|
/external/chromium_org/third_party/webrtc/tools/loopback_test/ |
D | loopback_test.js | 179 pc1.setLocalDescription(desc); 189 pc2.setLocalDescription(desc);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebRTCPeerConnectionHandler.h | 61 virtual void setLocalDescription(const WebRTCVoidRequest&, const WebRTCSessionDescription&) = 0;
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | mock_webrtc_peer_connection_handler.h | 44 virtual void setLocalDescription(
|
D | mock_webrtc_peer_connection_handler.cc | 211 void MockWebRTCPeerConnectionHandler::setLocalDescription( in setLocalDescription() function in content::MockWebRTCPeerConnectionHandler
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
D | PeerConnection.java | 136 public native void setLocalDescription( in setLocalDescription() method in PeerConnection
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCPeerConnection.h | 74 …void setLocalDescription(RTCSessionDescription*, VoidCallback*, RTCErrorCallback*, ExceptionState&…
|
D | RTCPeerConnection.idl | 43 …[RaisesException] void setLocalDescription(RTCSessionDescription description, [Default=Undefined] …
|
D | RTCPeerConnection.cpp | 312 void RTCPeerConnection::setLocalDescription(RTCSessionDescription* sessionDescription, VoidCallback… in setLocalDescription() function in blink::RTCPeerConnection 323 m_peerHandler->setLocalDescription(request, sessionDescription->webSessionDescription()); in setLocalDescription()
|
/external/chromium_org/content/renderer/media/ |
D | rtc_peer_connection_handler.h | 124 virtual void setLocalDescription( in NON_EXPORTED_BASE()
|
D | rtc_peer_connection_handler_unittest.cc | 341 TEST_F(RTCPeerConnectionHandlerTest, setLocalDescription) { in TEST_F() argument 353 pc_handler_->setLocalDescription(request, description); in TEST_F()
|
D | rtc_peer_connection_handler.cc | 543 void RTCPeerConnectionHandler::setLocalDescription( in setLocalDescription() function in content::RTCPeerConnectionHandler
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/ |
D | PeerConnectionTest.java | 618 answeringPC.setLocalDescription(sdpLatch, answerSdp); 624 offeringPC.setLocalDescription(sdpLatch, offerSdp);
|
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
D | AppRTCDemoActivity.java | 546 pc.setLocalDescription(sdpObserver, sdp); in onCreateSuccess()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
D | APPRTCConnectionManager.m | 357 [self.logger logMessage:@"PC setLocalDescription."];
|