Searched refs:remote_description_ (Results 1 – 7 of 7) sorted by relevance
251 if (remote_description_) in CreateChannel_w()253 if (local_description_ && remote_description_) in CreateChannel_w()785 remote_description_.reset(new TransportDescription(desc)); in SetRemoteTransportDescription_w()822 ch->SetRemoteIceCredentials(remote_description_->ice_ufrag, in ApplyRemoteTransportDescription_w()823 remote_description_->ice_pwd); in ApplyRemoteTransportDescription_w()843 answer = remote_description_.get(); in NegotiateTransportDescription_w()845 offer = remote_description_.get(); in NegotiateTransportDescription_w()875 remote_description_->ice_mode == ICEMODE_LITE) { in NegotiateTransportDescription_w()880 remote_ice_mode_ = remote_description_->ice_mode; in NegotiateTransportDescription_w()
364 return remote_description_.get(); in remote_description()512 rtc::scoped_ptr<TransportDescription> remote_description_; variable
425 return remote_description_.get(); in remote_description()430 return remote_description_.get(); in remote_description()441 if (sdesc != remote_description_) in set_remote_description()442 remote_description_.reset(sdesc); in set_remote_description()447 return initiator_ ? local_description_.get() : remote_description_.get(); in initiator_description()721 (remote_description_ == NULL))) { in MaybeEnableMuxingSupport()
516 rtc::scoped_ptr<SessionDescription> remote_description_; variable
200 if (!remote_description_.isNull()) { in createAnswer()227 remote_description_ = remote_description; in setRemoteDescription()240 return remote_description_; in remoteDescription()
82 blink::WebRTCSessionDescription remote_description_; variable
57 : remote_description_(CreateMediaSessionDescription("audio1", "video1")) { in MediaMessagesTest()164 rtc::scoped_ptr<cricket::SessionDescription> remote_description_; member in cricket::__anon068ee8c20111::MediaMessagesTest