HomeSort by relevance Sort by last modified time
    Searched full:sdesc (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/session/media/
mediasession.cc 323 static void GetCurrentStreamParams(const SessionDescription* sdesc,
325 if (!sdesc)
328 const ContentInfos& contents = sdesc->contents();
550 // Updates the transport infos of the |sdesc| according to the given
555 SessionDescription* sdesc) {
557 if (!sdesc || !bundle_group.FirstContentName()) {
564 sdesc->GetTransportInfoByName(selected_content_name);
577 sdesc->transport_infos().begin();
578 it != sdesc->transport_infos().end(); ++it) {
589 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, an
    [all...]
mediasession.h 542 const ContentInfo* GetFirstAudioContent(const SessionDescription* sdesc);
543 const ContentInfo* GetFirstVideoContent(const SessionDescription* sdesc);
544 const ContentInfo* GetFirstDataContent(const SessionDescription* sdesc);
546 const SessionDescription* sdesc);
548 const SessionDescription* sdesc);
550 const SessionDescription* sdesc);
channel.h 256 const SessionDescription* sdesc) = 0;
408 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
491 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
604 virtual const ContentInfo* GetFirstContent(const SessionDescription* sdesc);
channel_unittest.cc 417 cricket::SessionDescription* sdesc = new cricket::SessionDescription(); local
420 sdesc->AddContent("DUMMY_CONTENT_NAME",
422 return sdesc;
1528 auto sdesc = cricket::SessionDescription(); local
    [all...]
channel.cc     [all...]
  /external/curl/packages/Win32/cygwin/
README 92 sdesc: "a client that groks URLs"
103 sdesc: "(lib)curl headers, static libraries, developer docs and samples"
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 248 // Forces |sdesc->crypto_required| to the appropriate state based on the
253 SessionDescription* sdesc) {
254 if (!sdesc) {
260 for (cricket::ContentInfos::iterator iter = sdesc->contents().begin();
261 iter != sdesc->contents().end(); ++iter) {
    [all...]
webrtcsession.h 370 const cricket::SessionDescription* sdesc,
374 const cricket::SessionDescription* sdesc,
429 bool ValidateSessionDescription(const SessionDescriptionInterface* sdesc,
  /libcore/ojluni/src/main/java/java/io/
ObjectOutputStream.java 1458 ObjectStreamClass sdesc = desc.getSuperDesc(); local
    [all...]

Completed in 582 milliseconds