Searched refs:FirstContentName (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Dsessiondescription.h65 const std::string* FirstContentName() const;
H A Dsessiondescription.cc48 const std::string* ContentGroup::FirstContentName() const { function in class:cricket::ContentGroup
/external/webrtc/talk/session/media/
H A Dmediasession.cc557 if (!sdesc || !bundle_group.FirstContentName()) {
562 const std::string& selected_content_name = *bundle_group.FirstContentName();
666 if (!sdesc || !bundle_group.FirstContentName()) {
1406 if (answer_bundle.FirstContentName()) {
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession.cc1173 const std::string* first_content_name = bundle.FirstContentName();

Completed in 81 milliseconds