Home
last modified time | relevance | path

Searched refs:remote_description_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.h303 return remote_description_; in remote_description()
306 return remote_description_; in remote_description()
320 if (sdesc != remote_description_) { in set_remote_description()
321 delete remote_description_; in set_remote_description() local
322 remote_description_ = sdesc; in set_remote_description()
331 return remote_description_; in initiator_description()
537 SessionDescription* remote_description_; variable
Dtransport.cc233 if (remote_description_) in CreateChannel_w()
235 if (local_description_ && remote_description_) in CreateChannel_w()
756 remote_description_.reset(new TransportDescription(desc)); in SetRemoteTransportDescription_w()
793 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription_w()
794 remote_description_->ice_pwd); in ApplyRemoteTransportDescription_w()
814 answer = remote_description_.get(); in NegotiateTransportDescription_w()
816 offer = remote_description_.get(); in NegotiateTransportDescription_w()
846 remote_description_->ice_mode == ICEMODE_LITE) { in NegotiateTransportDescription_w()
851 remote_ice_mode_ = remote_description_->ice_mode; in NegotiateTransportDescription_w()
Dtransport.h359 return remote_description_.get(); in remote_description()
507 talk_base::scoped_ptr<TransportDescription> remote_description_; variable
Dsession.cc400 remote_description_(NULL), in BaseSession()
419 delete remote_description_; in ~BaseSession()
442 return PushdownRemoteTransportDescription(remote_description_, in PushdownTransportDescription()
694 (remote_description_ == NULL))) { in MaybeEnableMuxingSupport()
/external/chromium_org/content/shell/renderer/test_runner/
Dmock_webrtc_peer_connection_handler.cc193 if (!remote_description_.isNull()) { in createAnswer()
220 remote_description_ = remote_description; in setRemoteDescription()
233 return remote_description_; in remoteDescription()
Dmock_webrtc_peer_connection_handler.h80 blink::WebRTCSessionDescription remote_description_; variable
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediamessages_unittest.cc57 : remote_description_(CreateMediaSessionDescription("audio1", "video1")) { in MediaMessagesTest()
164 talk_base::scoped_ptr<cricket::SessionDescription> remote_description_; member in cricket::__anon8dd5dd0f0111::MediaMessagesTest