Home
last modified time | relevance | path

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

/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h115 const ContentDescription* GetContentDescriptionByName(
117 ContentDescription* GetContentDescriptionByName(const std::string& name);
Dsessiondescription.cc93 const ContentDescription* SessionDescription::GetContentDescriptionByName( in GetContentDescriptionByName() function in cricket::SessionDescription
103 ContentDescription* SessionDescription::GetContentDescriptionByName( in GetContentDescriptionByName() function in cricket::SessionDescription
/external/webrtc/talk/session/media/
Dmediasession_unittest.cc401 desc.get()->GetContentDescriptionByName("audio")); in TestCryptoWithBundle()
405 desc.get()->GetContentDescriptionByName("video")); in TestCryptoWithBundle()
417 ref_desc.get()->GetContentDescriptionByName("audio")); in TestCryptoWithBundle()
1697 offer->GetContentDescriptionByName(cricket::CN_VIDEO)); in TEST_F()
1803 offer->GetContentDescriptionByName(cricket::CN_VIDEO)); in TEST_F()
2144 offer->GetContentDescriptionByName("audio")); in TEST_F()
2147 offer->GetContentDescriptionByName("video")); in TEST_F()
2164 answer->GetContentDescriptionByName("audio")); in TEST_F()
2167 answer->GetContentDescriptionByName("video")); in TEST_F()
2185 answer->GetContentDescriptionByName("audio")); in TEST_F()
[all …]
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1706 jsep_desc.description()->GetContentDescriptionByName(kDataContentName)); in TEST_F()
1849 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
1872 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
2260 mutant->GetContentDescriptionByName(kDataContentName)); in TEST_F()
2391 jdesc.description()->GetContentDescriptionByName(cricket::CN_AUDIO)); in TEST_F()
2396 jdesc.description()->GetContentDescriptionByName(cricket::CN_VIDEO)); in TEST_F()