/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
dtlstransport.h | 102 if (!Base::local_description() || !Base::remote_description()) { 111 Base::remote_description()->identity_fingerprint.get(); 142 Base::remote_description()->connection_role;
|
session.h | 273 // from local/remote_description(). Remove these functions and members. 289 const SessionDescription* remote_description() const { function in class:cricket::BaseSession 292 SessionDescription* remote_description() { function in class:cricket::BaseSession
|
session.cc | 687 remote_description()->GetGroupByName(GROUP_TYPE_BUNDLE); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectionproxy.h | 51 PROXY_CONSTMETHOD0(const SessionDescriptionInterface*, remote_description)
|
webrtcsessiondescriptionfactory.cc | 219 if (!session_->remote_description()) { 225 if (session_->remote_description()->type() != 227 error += " failed because remote_description is not an offer."; 348 static_cast<cricket::BaseSession*>(session_)->remote_description(),
|
peerconnection.h | 88 virtual const SessionDescriptionInterface* remote_description() const;
|
webrtcsession.cc | 567 if (local_description() == NULL || remote_description() == NULL) { 776 if (!local_description() || !remote_description()) { 815 if (!BaseSession::remote_description()) 818 BaseSession::remote_description(), ssrc, track_id); [all...] |
peerconnectioninterface_unittest.cc | 418 pc_->remote_description()->description()); 423 pc_->remote_description()->description()); [all...] |
webrtcsession.h | 159 const SessionDescriptionInterface* remote_description() const { function in class:webrtc::WebRtcSession
|
peerconnection.cc | 587 const SessionDescriptionInterface* PeerConnection::remote_description() const { function in class:webrtc::PeerConnection 588 return session_->remote_description();
|
webrtcsession_unittest.cc | 680 return CreateRemoteOffer(options, session_->remote_description()); [all...] |
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
tunnelsessionclient.cc | 168 SessionDescription* answer = CreateAnswer(session->remote_description()); 270 if (!FindTunnelContent(session->remote_description(), 380 session_->remote_description()->FirstContentByType(NS_TUNNEL);
|
securetunnelsessionclient.cc | 149 if (!FindSecureTunnelContent(session->remote_description(), 350 if (!FindSecureTunnelContent(session_->remote_description(),
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
tunnelsessionclient.cc | 172 SessionDescription* answer = CreateAnswer(session->remote_description()); 278 if (!FindTunnelContent(session->remote_description(), 413 session_->remote_description()->FirstContentByType(NS_TUNNEL);
|
securetunnelsessionclient.cc | 153 if (!FindSecureTunnelContent(session->remote_description(), 354 if (!FindSecureTunnelContent(session_->remote_description(),
|
/external/chromium_org/content/renderer/media/ |
mock_peer_connection_impl.h | 68 virtual const webrtc::SessionDescriptionInterface* remote_description()
|
mock_peer_connection_impl.cc | 303 MockPeerConnectionImpl::remote_description() const { function in class:content::MockPeerConnectionImpl
|
rtc_peer_connection_handler_unittest.cc | 380 ASSERT_TRUE(mock_peer_connection_->remote_description() != NULL); 381 EXPECT_EQ(kDummySdpType, mock_peer_connection_->remote_description()->type()); 382 mock_peer_connection_->remote_description()->ToString(&sdp_string); [all...] |
/ndk/sources/host-tools/make-3.81/ |
remote-stub.c | 25 char *remote_description = 0; variable
|
remote-cstms.c | 35 char *remote_description = "Customs"; variable
|
variable.c | 726 (remote_description == 0 || remote_description[0] == '\0') 728 (remote_description == 0 || remote_description[0] == '\0') 729 ? "" : remote_description); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
RTCPeerConnection.mm | 198 self.peerConnection->remote_description();
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
call.cc | 131 session->remote_description(), options); 791 session->remote_description()->contents(), false); [all...] |
mediasessionclient_unittest.cc | [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
call.cc | 101 session_client_->CreateAnswer(session->remote_description(), options));
|