Searched refs:current_description (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | transportdescriptionfactory.cc | 27 const TransportDescription* current_description) const { in CreateOffer() 31 if (!current_description || options.ice_restart) { in CreateOffer() 35 desc->ice_ufrag = current_description->ice_ufrag; in CreateOffer() 36 desc->ice_pwd = current_description->ice_pwd; in CreateOffer() 54 const TransportDescription* current_description) const { in CreateAnswer() 65 if (!current_description || options.ice_restart) { in CreateAnswer() 69 desc->ice_ufrag = current_description->ice_ufrag; in CreateAnswer() 70 desc->ice_pwd = current_description->ice_pwd; in CreateAnswer()
|
D | transportdescriptionfactory.h | 52 const TransportDescription* current_description) const; 57 const TransportDescription* current_description) const;
|
/external/webrtc/talk/session/media/ |
D | mediasession.cc | 1136 const SessionDescription* current_description) { in GetTransportDescription() argument 1138 if (current_description) { in GetTransportDescription() 1140 current_description->GetTransportInfoByName(content_name); in GetTransportDescription() 1151 const SessionDescription* current_description) { in IsDtlsActive() argument 1152 if (!current_description) in IsDtlsActive() 1156 current_description->GetContentByName(content_name); in IsDtlsActive() 1161 GetTransportDescription(content_name, current_description); in IsDtlsActive() 1257 const SessionDescription* current_description) const { in CreateOffer() 1261 GetCurrentStreamParams(current_description, ¤t_streams); in CreateOffer() 1266 GetCodecsToOffer(current_description, &audio_codecs, &video_codecs, in CreateOffer() [all …]
|
D | mediasession.h | 444 const SessionDescription* current_description) const; 448 const SessionDescription* current_description) const; 451 void GetCodecsToOffer(const SessionDescription* current_description, 455 void GetRtpHdrExtsToOffer(const SessionDescription* current_description, 481 const SessionDescription* current_description, 489 const SessionDescription* current_description, 497 const SessionDescription* current_description, 505 const SessionDescription* current_description, 512 const SessionDescription* current_description, 519 const SessionDescription* current_description,
|