OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentGroup
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/p2p/base/
sessiondescription.h
57
class
ContentGroup
{
59
explicit
ContentGroup
(const std::string& semantics) :
76
typedef std::vector<
ContentGroup
> ContentGroups;
155
const
ContentGroup
* GetGroupByName(const std::string& name) const;
159
void AddGroup(const
ContentGroup
& group) { content_groups_.push_back(group); }
sessiondescription.cc
48
const std::string*
ContentGroup
::FirstContentName() const {
52
bool
ContentGroup
::HasContentName(const std::string& content_name) const {
57
void
ContentGroup
::AddContentName(const std::string& content_name) {
63
bool
ContentGroup
::RemoveContentName(const std::string& content_name) {
209
const
ContentGroup
* SessionDescription::GetGroupByName(
/external/webrtc/talk/app/webrtc/
webrtcsession.cc
[
all
...]
webrtcsession.h
388
bool EnableBundle(const cricket::
ContentGroup
& bundle);
webrtcsdp_unittest.cc
53
using cricket::
ContentGroup
;
[
all
...]
webrtcsdp.cc
827
const cricket::
ContentGroup
* group
[
all
...]
/external/webrtc/talk/session/media/
mediasession.cc
554
static bool UpdateTransportInfoForBundle(const
ContentGroup
& bundle_group,
663
static bool UpdateCryptoParamsForBundle(const
ContentGroup
& bundle_group,
[
all
...]
mediasession_unittest.cc
[
all
...]
Completed in 918 milliseconds