Home
last modified time | relevance | path

Searched refs:SetLocalJsepTransportDescription (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/pc/
Djsep_transport_unittest.cc183 ->SetLocalJsepTransportDescription(jsep_description, SdpType::kOffer) in TEST_P()
239 ->SetLocalJsepTransportDescription(local_description, SdpType::kOffer) in TEST_P()
290 ->SetLocalJsepTransportDescription(local_description, SdpType::kOffer) in TEST_P()
332 ->SetLocalJsepTransportDescription(description, SdpType::kOffer) in TEST_P()
347 ->SetLocalJsepTransportDescription(description, SdpType::kOffer) in TEST_P()
359 ->SetLocalJsepTransportDescription(description, SdpType::kOffer) in TEST_P()
464 ->SetLocalJsepTransportDescription(local_description, in TEST_P()
477 ->SetLocalJsepTransportDescription(local_description, in TEST_P()
506 ->SetLocalJsepTransportDescription(local_description, in TEST_P()
519 ->SetLocalJsepTransportDescription(local_description, in TEST_P()
[all …]
Djsep_transport.h116 webrtc::RTCError SetLocalJsepTransportDescription(
Djsep_transport.cc154 webrtc::RTCError JsepTransport::SetLocalJsepTransportDescription( in SetLocalJsepTransportDescription() function in cricket::JsepTransport
Djsep_transport_controller.cc642 transport->SetLocalJsepTransportDescription(jsep_description, type); in ApplyDescription_n()