Home
last modified time | relevance | path

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

/external/webrtc/pc/
Djsep_transport_unittest.cc201 ->SetRemoteJsepTransportDescription(jsep_description, in TEST_P()
246 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
297 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
336 ->SetRemoteJsepTransportDescription(description, SdpType::kAnswer) in TEST_P()
351 ->SetRemoteJsepTransportDescription(description, SdpType::kAnswer) in TEST_P()
363 ->SetRemoteJsepTransportDescription(description, SdpType::kAnswer) in TEST_P()
468 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
473 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
510 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
515 ->SetRemoteJsepTransportDescription(remote_description, in TEST_P()
[all …]
Djsep_transport.h122 webrtc::RTCError SetRemoteJsepTransportDescription(
Djsep_transport.cc247 webrtc::RTCError JsepTransport::SetRemoteJsepTransportDescription( in SetRemoteJsepTransportDescription() function in cricket::JsepTransport
Djsep_transport_controller.cc645 transport->SetRemoteJsepTransportDescription(jsep_description, type); in ApplyDescription_n()