Searched refs:remote_description (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransport.h109 if (!Base::local_description() || !Base::remote_description()) {
118 Base::remote_description()->identity_fingerprint.get();
149 Base::remote_description()->connection_role;
H A Dsession.h287 // from local/remote_description(). Remove these functions and members.
302 const SessionDescription* remote_description() const;
304 SessionDescription* remote_description();
H A Dtransport.h363 const TransportDescription* remote_description() const { function in class:cricket::Transport
H A Dfakesession.h372 using Transport::remote_description;
H A Dsession.cc423 const SessionDescription* BaseSession::remote_description() const { function in class:cricket::BaseSession
428 SessionDescription* BaseSession::remote_description() { function in class:cricket::BaseSession
469 return PushdownRemoteTransportDescription(remote_description(),
744 remote_description()->GetGroupByName(GROUP_TYPE_BUNDLE);
1497 // if (remote_description()->GetContentByName(it->name) == NULL) {
1506 // updates. They should not expect remote_description to be the
1510 // remote_description()->RemoveContentByName(it->name);
1511 // remote_description()->AddContent(it->name, it->type, it->description);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_webrtc_peer_connection_handler.cc225 const WebRTCSessionDescription& remote_description) {
226 if (!remote_description.isNull() && remote_description.sdp() == "remote") {
227 remote_description_ = remote_description;
223 setRemoteDescription( const WebRTCVoidRequest& request, const WebRTCSessionDescription& remote_description) argument
H A Dmock_webrtc_peer_connection_handler.h49 const blink::WebRTCSessionDescription& remote_description) OVERRIDE;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectionproxy.h53 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
H A Dwebrtcsessiondescriptionfactory.cc221 if (!session_->remote_description()) {
227 if (session_->remote_description()->type() !=
229 error += " failed because remote_description is not an offer.";
351 static_cast<cricket::BaseSession*>(session_)->remote_description(),
H A Dpeerconnection.h90 virtual const SessionDescriptionInterface* remote_description() const;
H A Dwebrtcsession.cc695 if (local_description() == NULL || remote_description() == NULL) {
942 if (!BaseSession::remote_description())
945 BaseSession::remote_description(), ssrc, track_id);
1413 BaseSession::remote_description()->contents().size();
1421 BaseSession::remote_description()->contents()[mediacontent_index];
1662 (source == cricket::CS_LOCAL) ? remote_description()->description() :
1722 remote_desc ? remote_desc : remote_description();
H A Dpeerconnectioninterface_unittest.cc430 pc_->remote_description()->description());
435 pc_->remote_description()->description());
1106 ASSERT_TRUE(pc_->remote_description() != NULL);
1198 EXPECT_TRUE(pc_->remote_description() != NULL);
1206 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp));
H A Dpeerconnectioninterface.h280 virtual const SessionDescriptionInterface* remote_description() const = 0;
H A Dwebrtcsession.h168 const SessionDescriptionInterface* remote_description() const { function in class:webrtc::WebRtcSession
H A Dpeerconnection.cc700 const SessionDescriptionInterface* PeerConnection::remote_description() const { function in class:webrtc::PeerConnection
701 return session_->remote_description();
H A Dwebrtcsession_unittest.cc829 return CreateRemoteOffer(options, session_->remote_description());
1749 session_->remote_description();
1784 session_->remote_description();
1802 remote_desc = session_->remote_description();
1875 session_->remote_description();
2969 CreateRemoteOffer(options, session_->remote_description()));
3000 CreateRemoteOffer(options, session_->remote_description()));
H A Dpeerconnection_unittest.cc278 ASSERT_TRUE(peer_connection_->remote_description() != NULL);
281 peer_connection_->remote_description()->description();
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc172 SessionDescription* answer = CreateAnswer(session->remote_description());
278 if (!FindTunnelContent(session->remote_description(),
413 session_->remote_description()->FirstContentByType(NS_TUNNEL);
H A Dsecuretunnelsessionclient.cc153 if (!FindSecureTunnelContent(session->remote_description(),
354 if (!FindSecureTunnelContent(session_->remote_description(),
/external/chromium_org/content/renderer/media/
H A Dmock_peer_connection_impl.h75 virtual const webrtc::SessionDescriptionInterface* remote_description()
H A Dmock_peer_connection_impl.cc310 MockPeerConnectionImpl::remote_description() const { function in class:content::MockPeerConnectionImpl
H A Drtc_peer_connection_handler_unittest.cc382 ASSERT_TRUE(mock_peer_connection_->remote_description() != NULL);
383 EXPECT_EQ(kDummySdpType, mock_peer_connection_->remote_description()->type());
384 mock_peer_connection_->remote_description()->ToString(&sdp_string);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCPeerConnection.mm235 self.peerConnection->remote_description();
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient_unittest.cc1579 GetFirstAudioContentDescription(session->remote_description());
1603 GetFirstAudioContentDescription(session->remote_description());
1660 CheckDataRtcpMux(true, call_->sessions()[0]->remote_description());
1693 GetFirstAudioContentDescription(session->remote_description());
1700 GetFirstVideoContentDescription(session->remote_description());
1707 GetFirstDataContentDescription(session->remote_description());
1730 call_->sessions()[0]->remote_description());
1732 call_->sessions()[0]->remote_description());
1733 CheckRtcpFb(call_->sessions()[0]->remote_description());
1759 CheckDataRtcpMux(true, call_->sessions()[0]->remote_description());
[all...]
H A Dcall.cc148 session->remote_description(), options);
807 session->remote_description()->contents(), false);
1076 it->second.session->remote_description())) {

Completed in 409 milliseconds

12