OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContentByName
(Results
1 - 13
of
13
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc
56
const ContentInfo* SessionDescription::
GetContentByName
(
sessiondescription.h
72
const ContentInfo*
GetContentByName
(const std::string& name) const;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc
366
ContentInfo* ac_offer= offer->
GetContentByName
("audio");
371
ContentInfo* vc_offer= offer->
GetContentByName
("video");
415
const ContentInfo* ac = offer->
GetContentByName
("audio");
416
const ContentInfo* vc = offer->
GetContentByName
("video");
439
const ContentInfo* ac = offer->
GetContentByName
("audio");
440
const ContentInfo* vc = offer->
GetContentByName
("video");
547
const ContentInfo* ac = offer->
GetContentByName
("audio");
548
const ContentInfo* dc = offer->
GetContentByName
("data");
583
EXPECT_TRUE(offer->
GetContentByName
("data") != NULL);
595
const ContentInfo* ac = offer->
GetContentByName
("audio")
[
all
...]
mediasession.cc
543
const ContentInfo* content = sdesc->
GetContentByName
(content_name);
587
ContentInfo* content = sdesc->
GetContentByName
(content_name);
654
ContentInfo* content = sdesc->
GetContentByName
(*it);
[
all
...]
call.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h
130
const ContentInfo*
GetContentByName
(const std::string& name) const;
131
ContentInfo*
GetContentByName
(const std::string& name);
sessiondescription.cc
102
const ContentInfo* SessionDescription::
GetContentByName
(
107
ContentInfo* SessionDescription::
GetContentByName
(
session_unittest.cc
[
all
...]
session.cc
692
local_description_->
GetContentByName
(*content_name);
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling_unittest.cc
[
all
...]
peerconnection_unittest.cc
584
if (offer->description()->
GetContentByName
("audio")) {
585
offer->description()->
GetContentByName
("audio")->rejected = !audio;
587
if (offer->description()->
GetContentByName
("video")) {
588
offer->description()->
GetContentByName
("video")->rejected = !video;
[
all
...]
peerconnectioninterface_unittest.cc
[
all
...]
webrtcsession_unittest.cc
[
all
...]
Completed in 151 milliseconds