Home
last modified time | relevance | path

Searched refs:remote_description (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h101 if (!Base::local_description() || !Base::remote_description()) { in NegotiateTransportDescription()
110 Base::remote_description()->identity_fingerprint.get(); in NegotiateTransportDescription()
141 Base::remote_description()->connection_role; in NegotiateTransportDescription()
Dtransport.h267 const TransportDescription* remote_description() const { in remote_description() function
Dfaketransportcontroller.h410 using Transport::remote_description;
/external/webrtc/talk/app/webrtc/
Dwebrtcsessiondescriptionfactory.cc297 if (!session_->remote_description()) { in CreateAnswer()
303 if (session_->remote_description()->type() != in CreateAnswer()
433 session_->remote_description() in InternalCreateAnswer()
434 ? session_->remote_description()->description() in InternalCreateAnswer()
Dpeerconnectionproxy.h60 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
Dwebrtcsession_unittest.cc1049 return CreateRemoteOffer(options, session_->remote_description()); in CreateRemoteOffer()
1991 session_->remote_description()); in TEST_P()
2009 session_->remote_description()); in TEST_P()
2164 session_->remote_description(); in TEST_F()
2199 session_->remote_description(); in TEST_F()
2217 remote_desc = session_->remote_description(); in TEST_F()
2290 session_->remote_description(); in TEST_F()
2880 EXPECT_EQ(1, session_->remote_description()->candidates(0)->count()); in TEST_F()
2893 EXPECT_EQ(2, session_->remote_description()->candidates(0)->count()); in TEST_F()
2906 EXPECT_EQ(1, session_->remote_description()->candidates(0)->count()); in TEST_F()
[all …]
Dpeerconnectioninterface.h368 virtual const SessionDescriptionInterface* remote_description() const = 0;
Dpeerconnection.h115 const SessionDescriptionInterface* remote_description() const override;
Dpeerconnectioninterface_unittest.cc738 pc_->remote_description()->description()); in VerifyRemoteRtpHeaderExtensions()
743 pc_->remote_description()->description()); in VerifyRemoteRtpHeaderExtensions()
1619 ASSERT_TRUE(pc_->remote_description() != NULL); in TEST_F()
1795 EXPECT_TRUE(pc_->remote_description() != NULL); in TEST_F()
1803 ASSERT_TRUE(pc_->remote_description()->ToString(&sdp)); in TEST_F()
Dwebrtcsession.h242 const SessionDescriptionInterface* remote_description() const { in remote_description() function
Dpeerconnection_unittest.cc541 ASSERT_TRUE(peer_connection_->remote_description() != nullptr); in VerifyRejectedMediaInSessionDescription()
544 peer_connection_->remote_description()->description(); in VerifyRejectedMediaInSessionDescription()
Dpeerconnection.cc1174 const SessionDescriptionInterface* PeerConnection::remote_description() const { in remote_description() function in webrtc::PeerConnection
1175 return session_->remote_description(); in remote_description()
/external/webrtc/talk/app/webrtc/objc/
DRTCPeerConnection.mm229 self.peerConnection->remote_description();
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1658 ExtractNativePC(jni, j_pc)->remote_description(); in JOW()