OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddContent
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.cc
66
void SessionDescription::
AddContent
(const std::string& name,
sessiondescription.h
75
void
AddContent
(const std::string& name,
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc
170
offer->
AddContent
(CN_AUDIO, NS_JINGLE_RTP, audio);
203
offer->
AddContent
(CN_VIDEO, NS_JINGLE_RTP, video);
293
accept->
AddContent
(audio_content->name, audio_content->type, audio_accept);
330
accept->
AddContent
(video_content->name, video_content->type, video_accept);
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc
271
sdesc->
AddContent
(content_name, NS_SECURE_TUNNEL, content);
tunnelsessionclient.cc
249
sdesc->
AddContent
(content_name, NS_TUNNEL, content);
Completed in 402 milliseconds