Home
last modified time | relevance | path

Searched refs:HasGroup (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h156 bool HasGroup(const std::string& name) const;
Dsessiondescription.cc199 bool SessionDescription::HasGroup(const std::string& name) const { in HasGroup() function in cricket::SessionDescription
/external/webrtc/talk/session/media/
Dmediasession.cc1397 if (offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled) { in CreateAnswer()
1758 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddAudioContentForAnswer()
1816 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddVideoContentForAnswer()
1874 offer->HasGroup(GROUP_TYPE_BUNDLE) && options.bundle_enabled; in AddDataContentForAnswer()
Dmediasession_unittest.cc1936 EXPECT_TRUE(copy->HasGroup(cricket::CN_AUDIO)); in TEST()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc1921 bool bundle_enabled = desc->HasGroup(cricket::GROUP_TYPE_BUNDLE); in ValidateBundleSettings()
Dwebrtcsdp.cc825 if (desc->HasGroup(cricket::GROUP_TYPE_BUNDLE)) { in SdpSerialize()