Home
last modified time | relevance | path

Searched refs:GetJsepTransportForMid (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/pc/
Djsep_transport_controller.cc114 auto jsep_transport = GetJsepTransportForMid(mid); in GetRtpTransport()
124 auto jsep_transport = GetJsepTransportForMid(mid); in GetDataChannelTransport()
134 auto jsep_transport = GetJsepTransportForMid(mid); in GetDtlsTransport()
144 auto jsep_transport = GetJsepTransportForMid(mid); in GetRtcpDtlsTransport()
154 auto jsep_transport = GetJsepTransportForMid(mid); in LookupDtlsTransportByMid()
164 auto jsep_transport = GetJsepTransportForMid(mid); in GetSctpTransport()
209 const cricket::JsepTransport* t = GetJsepTransportForMid(mid); in GetDtlsRole()
643 GetJsepTransportForMid(content_info.name); in ApplyDescription_n()
996 const cricket::JsepTransport* JsepTransportController::GetJsepTransportForMid( in GetJsepTransportForMid() function in webrtc::JsepTransportController
1001 cricket::JsepTransport* JsepTransportController::GetJsepTransportForMid( in GetJsepTransportForMid() function in webrtc::JsepTransportController
[all …]
Djsep_transport_controller.h360 const cricket::JsepTransport* GetJsepTransportForMid(
362 cricket::JsepTransport* GetJsepTransportForMid(const std::string& mid)
364 const cricket::JsepTransport* GetJsepTransportForMid(
366 cricket::JsepTransport* GetJsepTransportForMid(absl::string_view mid)