Searched refs:SetLocalJsepTransportDescription (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/pc/ |
D | jsep_transport_unittest.cc | 183 ->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 …]
|
D | jsep_transport.h | 116 webrtc::RTCError SetLocalJsepTransportDescription(
|
D | jsep_transport.cc | 154 webrtc::RTCError JsepTransport::SetLocalJsepTransportDescription( in SetLocalJsepTransportDescription() function in cricket::JsepTransport
|
D | jsep_transport_controller.cc | 642 transport->SetLocalJsepTransportDescription(jsep_description, type); in ApplyDescription_n()
|