OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetContentByName
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/session/media/
mediasession_unittest.cc
440
ContentInfo* ac_offer= offer->
GetContentByName
("audio");
445
ContentInfo* vc_offer= offer->
GetContentByName
("video");
487
const ContentInfo* ac = offer->
GetContentByName
("audio");
488
const ContentInfo* vc = offer->
GetContentByName
("video");
511
const ContentInfo* ac = offer->
GetContentByName
("audio");
512
const ContentInfo* vc = offer->
GetContentByName
("video");
620
const ContentInfo* ac = offer->
GetContentByName
("audio");
621
const ContentInfo* dc = offer->
GetContentByName
("data");
656
EXPECT_TRUE(offer->
GetContentByName
("data") != NULL);
668
const ContentInfo* data = offer1->
GetContentByName
("data")
[
all
...]
mediasession.cc
598
const ContentInfo* content = sdesc->
GetContentByName
(content_name);
647
ContentInfo* content = sdesc->
GetContentByName
(content_name);
712
ContentInfo* content = sdesc->
GetContentByName
(*it);
[
all
...]
/external/webrtc/webrtc/p2p/base/
sessiondescription.h
113
const ContentInfo*
GetContentByName
(const std::string& name) const;
114
ContentInfo*
GetContentByName
(const std::string& name);
sessiondescription.cc
83
const ContentInfo* SessionDescription::
GetContentByName
(
88
ContentInfo* SessionDescription::
GetContentByName
(
/external/webrtc/talk/app/webrtc/
peerconnectioninterface_unittest.cc
[
all
...]
peerconnection_unittest.cc
183
if (offer->description()->
GetContentByName
("audio")) {
184
offer->description()->
GetContentByName
("audio")->rejected = !audio;
186
if (offer->description()->
GetContentByName
("video")) {
187
offer->description()->
GetContentByName
("video")->rejected = !video;
[
all
...]
webrtcsession_unittest.cc
[
all
...]
Completed in 287 milliseconds