Home
last modified time | relevance | path

Searched refs:AddContentName (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dsessiondescription.h67 void AddContentName(const std::string& content_name);
Dsessiondescription.cc57 void ContentGroup::AddContentName(const std::string& content_name) { in AddContentName() function in cricket::ContentGroup
/external/webrtc/talk/app/webrtc/
Dwebrtcsdp_unittest.cc1594 group.AddContentName(kAudioContentName); in TEST_F()
1595 group.AddContentName(kVideoContentName); in TEST_F()
1914 group.AddContentName(kAudioContentName); in TEST_F()
1915 group.AddContentName(kVideoContentName); in TEST_F()
Dwebrtcsdp.cc1978 group.AddContentName(fields[i]); in ParseGroupAttribute()
/external/webrtc/talk/session/media/
Dmediasession.cc1345 offer_bundle.AddContentName(content->name); in CreateOffer()
1403 answer_bundle.AddContentName(content->name); in CreateAnswer()