Home
last modified time | relevance | path

Searched refs:GetContentByName (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession_unittest.cc396 ContentInfo* ac_offer= offer->GetContentByName("audio"); in TestMediaDirectionInAnswer()
401 ContentInfo* vc_offer= offer->GetContentByName("video"); in TestMediaDirectionInAnswer()
445 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
446 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
469 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
470 const ContentInfo* vc = offer->GetContentByName("video"); in TEST_F()
577 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
578 const ContentInfo* dc = offer->GetContentByName("data"); in TEST_F()
613 EXPECT_TRUE(offer->GetContentByName("data") != NULL); in TEST_F()
625 const ContentInfo* ac = offer->GetContentByName("audio"); in TEST_F()
[all …]
Dmediasession.cc561 const ContentInfo* content = sdesc->GetContentByName(content_name); in GetCryptosByName()
605 ContentInfo* content = sdesc->GetContentByName(content_name); in IsRtpContent()
672 ContentInfo* content = sdesc->GetContentByName(*it); in UpdateCryptoParamsForBundle()
1042 current_description->GetContentByName(content_name); in IsDtlsActive()
Dcall.cc1096 return ContentContainsCrypto(sdesc->GetContentByName(CN_AUDIO)) && in SessionDescriptionContainsCrypto()
1097 ContentContainsCrypto(sdesc->GetContentByName(CN_VIDEO)); in SessionDescriptionContainsCrypto()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessiondescription.h130 const ContentInfo* GetContentByName(const std::string& name) const;
131 ContentInfo* GetContentByName(const std::string& name);
Dsessiondescription.cc102 const ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription
107 ContentInfo* SessionDescription::GetContentByName( in GetContentByName() function in cricket::SessionDescription
Dsession_unittest.cc1408 old_session_desc->GetContentByName(content_name_a); in TestSession()
1412 old_session_desc->GetContentByName(content_name_b); in TestSession()
1431 new_session_desc->GetContentByName(content_name_a); in TestSession()
1435 new_session_desc->GetContentByName(content_name_b); in TestSession()
Dsession.cc722 local_description_->GetContentByName(*content_name); in MaybeEnableMuxingSupport()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dpeerconnection_unittest.cc596 if (offer->description()->GetContentByName("audio")) { in Negotiate()
597 offer->description()->GetContentByName("audio")->rejected = !audio; in Negotiate()
599 if (offer->description()->GetContentByName("video")) { in Negotiate()
600 offer->description()->GetContentByName("video")->rejected = !video; in Negotiate()
Dmediastreamsignaling_unittest.cc840 desc->description()->GetContentByName("video"); in TEST_F()
848 desc->description()->GetContentByName("audio"); in TEST_F()
870 desc->description()->GetContentByName("video"); in TEST_F()
875 desc->description()->GetContentByName("audio"); in TEST_F()
Dpeerconnectioninterface_unittest.cc1080 answer->description()->GetContentByName("data"); in TEST_F()
Dwebrtcsession_unittest.cc2985 EXPECT_TRUE(offer->description()->GetContentByName("data") == NULL); in TEST_F()
3004 EXPECT_TRUE(answer->description()->GetContentByName("data") != NULL); in TEST_F()