Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsessiondescription.h132 const ContentDescription* GetContentDescriptionByName(
134 ContentDescription* GetContentDescriptionByName(const std::string& name);
Dsessiondescription.cc112 const ContentDescription* SessionDescription::GetContentDescriptionByName( in GetContentDescriptionByName() function in cricket::SessionDescription
122 ContentDescription* SessionDescription::GetContentDescriptionByName( in GetContentDescriptionByName() function in cricket::SessionDescription
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession_unittest.cc373 desc.get()->GetContentDescriptionByName("audio")); in TestCryptoWithBundle()
377 desc.get()->GetContentDescriptionByName("video")); in TestCryptoWithBundle()
389 ref_desc.get()->GetContentDescriptionByName("audio")); in TestCryptoWithBundle()
1656 offer->GetContentDescriptionByName(cricket::CN_VIDEO)); in TEST_F()
1960 offer->GetContentDescriptionByName("audio")); in TEST_F()
1963 offer->GetContentDescriptionByName("video")); in TEST_F()
1980 answer->GetContentDescriptionByName("audio")); in TEST_F()
1983 answer->GetContentDescriptionByName("video")); in TEST_F()
2001 answer->GetContentDescriptionByName("audio")); in TEST_F()
2004 answer->GetContentDescriptionByName("video")); in TEST_F()
[all …]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1558 jsep_desc.description()->GetContentDescriptionByName(kDataContentName)); in TEST_F()
1716 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
1739 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
2093 mutant->GetContentDescriptionByName(kDataContentName)); in TEST_F()
2212 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
2217 jdesc.description()->GetContentDescriptionByName(cricket::CN_VIDEO)); in TEST_F()