HomeSort by relevance Sort by last modified time
    Searched refs:content_name (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportinfo.h 47 TransportInfo(const std::string& content_name,
49 : content_name(content_name),
52 std::string content_name; member in struct:cricket::TransportInfo
portallocator.cc 34 PortAllocatorSession::PortAllocatorSession(const std::string& content_name,
39 : content_name_(content_name),
59 const std::string& content_name,
74 content_name, component, ice_ufrag, ice_pwd);
83 new PortAllocatorSessionProxy(content_name, component, flags_);
87 return CreateSessionInternal(content_name, component, ice_ufrag, ice_pwd);
session_unittest.cc 223 std::string JingleEmptyContentXml(const std::string& content_name,
227 " name=\"" + content_name + "\""
239 std::string JingleContentXml(const std::string& content_name,
251 " name=\"" + content_name + "\""
261 std::string JingleTransportContentXml(const std::string& content_name,
265 " name=\"" + content_name + "\""
354 std::string Jingle2TransportInfoXml(const std::string& content_name,
361 content_name, kTransportType,
366 std::string Jingle4TransportInfoXml(const std::string& content_name,
376 content_name, kTransportType
1483 std::string content_name = "main"; local
1523 std::string content_name = cricket::CN_AUDIO; local
1607 std::string content_name = "main"; local
1689 std::string content_name = "main"; local
1846 std::string content_name = "main"; local
1986 std::string content_name = "main"; local
2040 std::string content_name = "main"; local
2129 std::string content_name = "content-name"; local
2183 std::string content_name = "content-name"; local
2223 std::string content_name = "content-name"; local
2263 std::string content_name = "content-name"; local
    [all...]
sessiondescription.cc 71 bool ContentGroup::HasContentName(const std::string& content_name) const {
73 content_name) != content_names_.end());
76 void ContentGroup::AddContentName(const std::string& content_name) {
77 if (!HasContentName(content_name)) {
78 content_names_.push_back(content_name);
82 bool ContentGroup::RemoveContentName(const std::string& content_name) {
84 content_names_.begin(), content_names_.end(), content_name);
168 if (GetTransportInfoByName(transport_info.content_name) != NULL) {
178 if (transport_info->content_name == name) {
190 if (iter->content_name == name)
    [all...]
transportchannel.h 60 explicit TransportChannel(const std::string& content_name, int component)
61 : content_name_(content_name),
70 const std::string& content_name() const { return content_name_; } function in class:cricket::TransportChannel
transportchannelimpl.h 46 explicit TransportChannelImpl(const std::string& content_name, int component)
47 : TransportChannel(content_name, component) {}
rawtransport.cc 45 const std::string& content_name,
48 content_name, NS_GINGLE_RAW, allocator) {
122 return new RawTransportChannel(content_name(), component, this,
portallocator.h 82 PortAllocatorSession(const std::string& content_name,
93 std::string content_name() const { return content_name_; } function in class:cricket::PortAllocatorSession
139 const std::string& content_name,
189 const std::string& content_name,
rawtransport.h 44 const std::string& content_name,
fakesession.h 62 const std::string& content_name,
64 : TransportChannelImpl(content_name, component),
336 const std::string& content_name,
339 content_name, "test_type", NULL),
380 new FakeTransportChannel(this, content_name(), component);
449 FakeTransport* GetTransport(const std::string& content_name) {
451 BaseSession::GetTransport(content_name));
466 const std::string& content_name,
472 return BaseSession::CreateChannel(content_name, channel_name, component);
491 virtual Transport* CreateTransport(const std::string& content_name) {
    [all...]
portallocatorsessionproxy.h 78 PortAllocatorSessionProxy(const std::string& content_name,
83 : PortAllocatorSession(content_name, component, "", "", flags),
sessionmessages.cc 262 const std::string& content_name) {
263 CandidateTranslatorMap::const_iterator map = translators.find(content_name);
274 const std::string& content_name,
286 *translator = GetCandidateTranslator(translators, content_name);
293 const std::string& content_name,
301 *translator = GetCandidateTranslator(translators, content_name);
303 return BadWrite("unknown content name: " + content_name, error);
311 const std::string& content_name,
317 NS_GINGLE_P2P, content_name,
334 const std::string& content_name,
450 std::string content_name; local
664 std::string content_name; local
699 std::string content_name; local
    [all...]
session.h 96 const std::string& content_name,
100 content_name_(content_name),
113 const std::string& content_name() const { return content_name_; } function in class:cricket::TransportProxy
347 virtual Transport* GetTransport(const std::string& content_name);
355 virtual TransportChannel* CreateChannel(const std::string& content_name,
360 virtual TransportChannel* GetChannel(const std::string& content_name,
367 virtual void DestroyChannel(const std::string& content_name,
386 // Get a TransportProxy by content_name or transport. NULL if not found.
387 TransportProxy* GetTransportProxy(const std::string& content_name);
390 void DestroyTransportProxy(const std::string& content_name);
    [all...]
session.cc 84 new TransportChannelProxy(content_name(), name, component);
486 sdesc, iter->second->content_name(), &tdesc);
512 sdesc, iter->second->content_name(), &tdesc);
524 TransportChannel* BaseSession::CreateChannel(const std::string& content_name,
530 TransportProxy* transproxy = GetOrCreateTransportProxy(content_name);
534 TransportChannel* BaseSession::GetChannel(const std::string& content_name,
536 TransportProxy* transproxy = GetTransportProxy(content_name);
543 void BaseSession::DestroyChannel(const std::string& content_name,
545 TransportProxy* transproxy = GetTransportProxy(content_name);
551 const std::string& content_name) {
747 const std::string* content_name = local_bundle_group->FirstContentName(); local
    [all...]
  /external/chromium_org/remoting/test/
fake_port_allocator.cc 20 const std::string& content_name,
39 const std::string& content_name,
47 content_name,
115 const std::string& content_name,
120 this, content_name, component, ice_username_fragment, ice_password,
fake_port_allocator.h 30 const std::string& content_name,
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.h 32 const std::string& content_name,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
fakeportallocator.h 48 const std::string& content_name,
52 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd,
122 const std::string& content_name,
127 worker_thread_, factory_, content_name, component, ice_ufrag, ice_pwd);
httpportallocator.h 64 const std::string& content_name,
110 const std::string& content_name,
159 const std::string& content_name,
168 const std::string& content_name,
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 151 std::string content_name; local
154 &content_name, &content)) {
273 const std::string& content_name, ContentDescription* content) {
275 sdesc->AddContent(content_name, NS_SECURE_TUNNEL, content);
291 std::string content_name; local
293 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel))
301 content_name,
352 std::string content_name; local
355 &content_name, &remote_tunnel)) {
394 content_name, "tcp", ICE_CANDIDATE_COMPONENT_DEFAULT))
    [all...]
tunnelsessionclient.cc 255 const std::string& content_name, ContentDescription* content) {
257 sdesc->AddContent(content_name, NS_TUNNEL, content);
276 std::string content_name; local
279 &content_name, &content)) {
305 std::string content_name; local
307 if (!FindTunnelContent(offer, &content_name, &offer_tunnel))
311 content_name, new TunnelContentDescription(offer_tunnel->description));
312 const TransportInfo* tinfo = offer->GetTransportInfoByName(content_name);
320 answer->AddTransportInfo(TransportInfo(content_name, *tdesc));
  /external/chromium_org/remoting/protocol/
chromium_port_allocator.h 36 const std::string& content_name,
  /external/chromium_org/content/renderer/p2p/
port_allocator.h 63 const std::string& content_name,
83 const std::string& content_name,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h 113 BaseSession* session, const std::string& content_name, bool rtcp);
119 BaseSession* session, const std::string& content_name, bool rtcp,
124 BaseSession* session, const std::string& content_name,
262 BaseSession* session, const std::string& content_name, bool rtcp);
265 BaseSession* session, const std::string& content_name, bool rtcp,
269 BaseSession* session, const std::string& content_name,
mediamessages.cc 66 buzz::XmlElement* CreateVideoViewElem(const std::string& content_name,
68 return CreateViewElem(content_name, type);
71 buzz::XmlElement* CreateNoneVideoViewElem(const std::string& content_name) {
72 return CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_NONE);
75 buzz::XmlElement* CreateStaticVideoViewElem(const std::string& content_name,
78 CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_STATIC);
192 bool WriteJingleViewRequest(const std::string& content_name,
197 elems->push_back(CreateNoneVideoViewElem(content_name));
202 elems->push_back(CreateStaticVideoViewElem(content_name, *view));

Completed in 1074 milliseconds

1 2 3