/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 | 236 std::string JingleEmptyContentXml(const std::string& content_name, 240 " name=\"" + content_name + "\"" 252 std::string JingleContentXml(const std::string& content_name, 264 " name=\"" + content_name + "\"" 274 std::string JingleTransportContentXml(const std::string& content_name, 278 " name=\"" + content_name + "\"" 367 std::string Jingle2TransportInfoXml(const std::string& content_name, 374 content_name, kTransportType, 379 std::string Jingle4TransportInfoXml(const std::string& content_name, 389 content_name, kTransportType 1501 std::string content_name = "main"; local 1541 std::string content_name = cricket::CN_AUDIO; local 1625 std::string content_name = "main"; local 1707 std::string content_name = "main"; local 1864 std::string content_name = "main"; local 2004 std::string content_name = "main"; local 2058 std::string content_name = "main"; local 2147 std::string content_name = "content-name"; local 2201 std::string content_name = "content-name"; local 2241 std::string content_name = "content-name"; local 2281 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 | 72 PortAllocatorSession(const std::string& content_name, 83 std::string content_name() const { return content_name_; } function in class:cricket::PortAllocatorSession 128 const std::string& content_name, 172 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), 322 const std::string& content_name, 325 content_name, "test_type", NULL), 366 new FakeTransportChannel(this, content_name(), component); 435 FakeTransport* GetTransport(const std::string& content_name) { 437 BaseSession::GetTransport(content_name)); 452 const std::string& content_name, 458 return BaseSession::CreateChannel(content_name, channel_name, component); 477 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), 111 std::string content_name() const { return content_name_; } function in class:cricket::TransportProxy 353 virtual Transport* GetTransport(const std::string& content_name); 361 virtual TransportChannel* CreateChannel(const std::string& content_name, 366 virtual TransportChannel* GetChannel(const std::string& content_name, 373 virtual void DestroyChannel(const std::string& content_name, 391 // Get a TransportProxy by content_name or transport. NULL if not found. 392 TransportProxy* GetTransportProxy(const std::string& content_name); 395 void DestroyTransportProxy(const std::string& content_name); [all...] |
session.cc | 84 new TransportChannelProxy(content_name(), name, component); 439 sdesc, iter->second->content_name(), &tdesc); 463 sdesc, iter->second->content_name(), &tdesc); 474 TransportChannel* BaseSession::CreateChannel(const std::string& content_name, 480 TransportProxy* transproxy = GetOrCreateTransportProxy(content_name); 484 TransportChannel* BaseSession::GetChannel(const std::string& content_name, 486 TransportProxy* transproxy = GetTransportProxy(content_name); 493 void BaseSession::DestroyChannel(const std::string& content_name, 495 TransportProxy* transproxy = GetTransportProxy(content_name); 501 const std::string& content_name) { 690 const std::string* content_name = local_bundle_group->FirstContentName(); local [all...] |
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
securetunnelsessionclient.cc | 147 std::string content_name; local 150 &content_name, &content)) { 269 const std::string& content_name, const ContentDescription* content) { 271 sdesc->AddContent(content_name, NS_SECURE_TUNNEL, content); 287 std::string content_name; local 289 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel)) 297 content_name, 348 std::string content_name; local 351 &content_name, &remote_tunnel)) { 379 VERIFY(channel_->Connect(content_name, "tcp")) [all...] |
/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)) { 384 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/client/plugin/ |
pepper_port_allocator.h | 32 const std::string& content_name,
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
fakeportallocator.h | 25 const std::string& content_name, 29 : PortAllocatorSession(content_name, component, ice_ufrag, ice_pwd, 91 const std::string& content_name, 96 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/third_party/libjingle/source/talk/p2p/base/ |
session.h | 81 TransportProxy(const std::string& content_name, Transport* transport) 82 : content_name_(content_name), 88 std::string content_name() const { return content_name_; } function in class:cricket::TransportProxy 195 virtual TransportChannel* CreateChannel(const std::string& content_name, 199 virtual TransportChannel* GetChannel(const std::string& content_name, 206 virtual void DestroyChannel(const std::string& content_name, 327 Transport* GetTransport(const std::string& content_name); 355 virtual TransportChannel* CreateChannel(const std::string& content_name, 359 virtual TransportChannel* GetChannel(const std::string& content_name, 363 virtual void DestroyChannel(const std::string& content_name, [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
channelmanager.h | 106 BaseSession* session, const std::string& content_name, bool rtcp); 112 BaseSession* session, const std::string& content_name, bool rtcp, 167 BaseSession* session, const std::string& content_name, bool rtcp); 170 BaseSession* session, const std::string& content_name, bool rtcp,
|
/external/chromium_org/remoting/jingle_glue/ |
chromium_port_allocator.h | 35 const std::string& content_name,
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
channelmanager.h | 110 BaseSession* session, const std::string& content_name, bool rtcp); 116 BaseSession* session, const std::string& content_name, bool rtcp, 121 BaseSession* session, const std::string& content_name, 255 BaseSession* session, const std::string& content_name, bool rtcp); 258 BaseSession* session, const std::string& content_name, bool rtcp, 262 BaseSession* session, const std::string& content_name,
|
mediamessages.cc | 73 buzz::XmlElement* CreateVideoViewElem(const std::string& content_name, 75 return CreateViewElem(content_name, type); 78 buzz::XmlElement* CreateNoneVideoViewElem(const std::string& content_name) { 79 return CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_NONE); 82 buzz::XmlElement* CreateStaticVideoViewElem(const std::string& content_name, 85 CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_STATIC); 199 bool WriteJingleViewRequest(const std::string& content_name, 204 elems->push_back(CreateNoneVideoViewElem(content_name)); 209 elems->push_back(CreateStaticVideoViewElem(content_name, *view));
|