OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bundle_group
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/session/media/
mediasession.cc
551
// |
bundle_group
|. The transport infos of the content names within the
552
// |
bundle_group
| should be updated to use the ufrag, pwd and DTLS role of the
553
// first content within the |
bundle_group
|.
554
static bool UpdateTransportInfoForBundle(const ContentGroup&
bundle_group
,
557
if (!sdesc || !
bundle_group
.FirstContentName()) {
562
const std::string& selected_content_name = *
bundle_group
.FirstContentName();
579
if (
bundle_group
.HasContentName(it->content_name) &&
660
// |
bundle_group
|. The crypto parameters of all the contents within the
661
// |
bundle_group
| should be updated to use the common subset of the
663
static bool UpdateCryptoParamsForBundle(const ContentGroup&
bundle_group
,
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
1821
const cricket::ContentGroup*
bundle_group
= desc->GetGroupByName(
local
1925
const cricket::ContentGroup*
bundle_group
=
local
[
all
...]
Completed in 75 milliseconds