Searched refs:BadSdp (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 332 static bool BadSdp(const std::string& source, in BadSdp() function 350 static bool BadSdp(cricket::ContentSource source, in BadSdp() function 355 return BadSdp("local", type, reason, err_desc); in BadSdp() 357 return BadSdp("remote", type, reason, err_desc); in BadSdp() 364 return BadSdp(cricket::CS_LOCAL, type, reason, err_desc); in BadLocalSdp() 370 return BadSdp(cricket::CS_REMOTE, type, reason, err_desc); in BadRemoteSdp() 376 return BadSdp(source, SessionDescriptionInterface::kOffer, reason, err_desc); in BadOfferSdp() 382 return BadSdp(source, SessionDescriptionInterface::kPrAnswer, in BadPranswerSdp() 389 return BadSdp(source, SessionDescriptionInterface::kAnswer, reason, err_desc); in BadAnswerSdp() 1956 return BadSdp(source, type, GetSessionErrorMsg(), err_desc); in ValidateSessionDescription() [all …]
|