• Home
  • Raw
  • Download

Lines Matching refs:sdesc

253                                                  SessionDescription* sdesc) {  in UpdateSessionDescriptionSecurePolicy()  argument
254 if (!sdesc) { in UpdateSessionDescriptionSecurePolicy()
260 for (cricket::ContentInfos::iterator iter = sdesc->contents().begin(); in UpdateSessionDescriptionSecurePolicy()
261 iter != sdesc->contents().end(); ++iter) { in UpdateSessionDescriptionSecurePolicy()
1056 const SessionDescription* sdesc, in PushdownLocalTransportDescription() argument
1061 if (!sdesc) { in PushdownLocalTransportDescription()
1065 for (const TransportInfo& tinfo : sdesc->transport_infos()) { in PushdownLocalTransportDescription()
1076 const SessionDescription* sdesc, in PushdownRemoteTransportDescription() argument
1081 if (!sdesc) { in PushdownRemoteTransportDescription()
1085 for (const TransportInfo& tinfo : sdesc->transport_infos()) { in PushdownRemoteTransportDescription()
1952 const SessionDescriptionInterface* sdesc, in ValidateSessionDescription() argument
1959 if (!sdesc || !sdesc->description()) { in ValidateSessionDescription()
1963 type = sdesc->type(); in ValidateSessionDescription()
1964 Action action = GetAction(sdesc->type()); in ValidateSessionDescription()
1977 !VerifyCrypto(sdesc->description(), dtls_enabled_, &crypto_error)) { in ValidateSessionDescription()
1982 if (!VerifyIceUfragPwdPresent(sdesc->description())) { in ValidateSessionDescription()
1986 if (!ValidateBundleSettings(sdesc->description())) { in ValidateSessionDescription()
1995 if (!VerifyMediaDescriptions(sdesc->description(), offer_desc)) { in ValidateSessionDescription()