Searched refs:remote_description_ (Results 1 – 7 of 7) sorted by relevance
303 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() local322 remote_description_ = sdesc; in set_remote_description()331 return remote_description_; in initiator_description()537 SessionDescription* remote_description_; variable
233 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()
359 return remote_description_.get(); in remote_description()507 talk_base::scoped_ptr<TransportDescription> remote_description_; variable
400 remote_description_(NULL), in BaseSession()419 delete remote_description_; in ~BaseSession()442 return PushdownRemoteTransportDescription(remote_description_, in PushdownTransportDescription()694 (remote_description_ == NULL))) { in MaybeEnableMuxingSupport()
193 if (!remote_description_.isNull()) { in createAnswer()220 remote_description_ = remote_description; in setRemoteDescription()233 return remote_description_; in remoteDescription()
80 blink::WebRTCSessionDescription remote_description_; variable
57 : remote_description_(CreateMediaSessionDescription("audio1", "video1")) { in MediaMessagesTest()164 talk_base::scoped_ptr<cricket::SessionDescription> remote_description_; member in cricket::__anon8dd5dd0f0111::MediaMessagesTest