Searched refs:content_name (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportinfo.h47 TransportInfo(const std::string& content_name, argument
49 : content_name(content_name),
52 std::string content_name; member in struct:cricket::TransportInfo
H A Dportallocator.cc34 PortAllocatorSession::PortAllocatorSession(const std::string& content_name, argument
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);
57 CreateSession( const std::string& sid, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dsession_unittest.cc223 std::string JingleEmptyContentXml(const std::string& content_name, argument
227 " name=\"" + content_name + "\""
239 std::string JingleContentXml(const std::string& content_name, argument
251 " name=\"" + content_name + "\""
261 std::string JingleTransportContentXml(const std::string& content_name, argument
265 " name=\"" + content_name + "\""
354 std::string Jingle2TransportInfoXml(const std::string& content_name, argument
361 content_name, kTransportType,
366 std::string Jingle4TransportInfoXml(const std::string& content_name, argument
376 content_name, kTransportTyp
383 JingleDescriptionInfoXml(const std::string& content_name, const std::string& content_type) argument
450 InitiateXml(SignalingProtocol protocol, const std::string& content_name, const std::string& content_type) argument
482 AcceptXml(SignalingProtocol protocol, const std::string& content_name, const std::string& content_type, bool bundle = false) argument
492 TransportInfo2Xml(SignalingProtocol protocol, const std::string& content_name, const std::string& channel_name, int port_index0, int port_index1) argument
516 TransportInfo4Xml(SignalingProtocol protocol, const std::string& content_name, const std::string& channel_name_a, int port_index0, int port_index1, const std::string& channel_name_b, int port_index2, int port_index3) argument
592 TestPortAllocatorSession(const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd, const int port_offset) argument
664 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
714 NewTestSessionDescription( const std::string& content_name, const std::string& content_type) argument
971 HasChannel(const std::string& content_name, int component) const argument
979 GetChannel(const std::string& content_name, int component) const argument
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...]
H A Dsessiondescription.cc71 bool ContentGroup::HasContentName(const std::string& content_name) const {
73 content_name) != content_names_.end());
76 void ContentGroup::AddContentName(const std::string& content_name) { argument
77 if (!HasContentName(content_name)) {
78 content_names_.push_back(content_name);
82 bool ContentGroup::RemoveContentName(const std::string& content_name) { argument
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
[all...]
H A Dtransportchannel.h60 explicit TransportChannel(const std::string& content_name, int component) argument
61 : content_name_(content_name),
70 const std::string& content_name() const { return content_name_; } function in class:cricket::TransportChannel
H A Dtransportchannelimpl.h46 explicit TransportChannelImpl(const std::string& content_name, int component) argument
47 : TransportChannel(content_name, component) {}
H A Drawtransport.cc45 const std::string& content_name,
48 content_name, NS_GINGLE_RAW, allocator) {
122 return new RawTransportChannel(content_name(), component, this,
43 RawTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* allocator) argument
H A Dportallocator.h82 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,
H A Drawtransport.h44 const std::string& content_name,
H A Dfakesession.h62 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) { argument
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) { argument
61 FakeTransportChannel(Transport* transport, const std::string& content_name, int component) argument
334 FakeTransport(rtc::Thread* signaling_thread, rtc::Thread* worker_thread, const std::string& content_name, PortAllocator* alllocator = NULL) argument
465 CreateChannel( const std::string& content_name, const std::string& channel_name, int component) argument
[all...]
H A Dportallocatorsessionproxy.h78 PortAllocatorSessionProxy(const std::string& content_name, argument
83 : PortAllocatorSession(content_name, component, "", "", flags),
H A Dsessionmessages.cc262 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,
260 GetCandidateTranslator( const CandidateTranslatorMap& translators, const std::string& content_name) argument
271 GetParserAndTranslator(const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& transport_type, const std::string& content_name, TransportParser** parser, CandidateTranslator** translator, ParseError* error) argument
290 GetParserAndTranslator(const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& transport_type, const std::string& content_name, TransportParser** parser, CandidateTranslator** translator, WriteError* error) argument
308 ParseGingleCandidate(const buzz::XmlElement* candidate_elem, const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& content_name, Candidates* candidates, ParseError* error) argument
331 ParseGingleCandidates(const buzz::XmlElement* parent, const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, const std::string& content_name, Candidates* candidates, ParseError* error) argument
418 ParseJingleTransportInfo(const buzz::XmlElement* trans_elem, const std::string& content_name, const TransportParserMap& trans_parsers, const CandidateTranslatorMap& translators, TransportInfo* tinfo, ParseError* error) argument
450 std::string content_name; local
479 WriteGingleCandidates(const Candidates& candidates, const TransportParserMap& trans_parsers, const std::string& transport_type, const CandidateTranslatorMap& translators, const std::string& content_name, XmlElements* elems, WriteError* error) argument
664 std::string content_name; local
699 std::string content_name; local
786 GetTransportInfoByContentName( const TransportInfos& tinfos, const std::string& content_name) argument
[all...]
H A Dsession.h96 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);
93 TransportProxy( rtc::Thread* worker_thread, const std::string& sid, const std::string& content_name, TransportWrapper* transport) argument
[all...]
H A Dsession.cc84 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, argument
530 TransportProxy* transproxy = GetOrCreateTransportProxy(content_name);
534 TransportChannel* BaseSession::GetChannel(const std::string& content_name, argument
536 TransportProxy* transproxy = GetTransportProxy(content_name);
543 void BaseSession::DestroyChannel(const std::string& content_name, argument
545 TransportProxy* transproxy = GetTransportProxy(content_name);
551 const std::string& content_name) {
550 GetOrCreateTransportProxy( const std::string& content_name) argument
591 GetTransport(const std::string& content_name) argument
598 GetTransportProxy( const std::string& content_name) argument
621 DestroyTransportProxy( const std::string& content_name) argument
630 CreateTransport( const std::string& content_name) argument
697 OnRemoteCandidates(const std::string& content_name, const Candidates& candidates, std::string* error) argument
747 const std::string* content_name = local_bundle_group->FirstContentName(); local
769 SetSelectedProxy(const std::string& content_name, const ContentGroup* muxed_group) argument
850 GetTransportDescription(const SessionDescription* description, const std::string& content_name, TransportDescription* tdesc) argument
[all...]
/external/chromium_org/remoting/test/
H A Dfake_port_allocator.cc20 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,
37 FakePortAllocatorSession( cricket::HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay) argument
114 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) argument
H A Dfake_port_allocator.h30 const std::string& content_name,
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dfakeportallocator.h48 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);
46 FakePortAllocatorSession(rtc::Thread* worker_thread, rtc::PacketSocketFactory* factory, const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
121 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_ufrag, const std::string& ice_pwd) argument
H A Dhttpportallocator.h64 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/
H A Dsecuretunnelsessionclient.cc151 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, "tc
272 NewSecureTunnelSessionDescription( const std::string& content_name, ContentDescription* content) argument
[all...]
H A Dtunnelsessionclient.cc255 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));
254 NewTunnelSessionDescription( const std::string& content_name, ContentDescription* content) argument
/external/chromium_org/remoting/client/plugin/
H A Dpepper_port_allocator.h32 const std::string& content_name,
H A Dpepper_port_allocator.cc32 const std::string& content_name,
67 const std::string& content_name,
76 content_name,
241 const std::string& content_name,
246 this, content_name, component, ice_username_fragment, ice_password,
65 PepperPortAllocatorSession( cricket::HttpPortAllocatorBase* allocator, const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password, const std::vector<rtc::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const pp::InstanceHandle& instance) argument
240 CreateSessionInternal( const std::string& content_name, int component, const std::string& ice_username_fragment, const std::string& ice_password) argument
/external/chromium_org/remoting/protocol/
H A Dchromium_port_allocator.h36 const std::string& content_name,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.h113 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,
H A Dmediamessages.cc66 buzz::XmlElement* CreateVideoViewElem(const std::string& content_name, argument
68 return CreateViewElem(content_name, type);
71 buzz::XmlElement* CreateNoneVideoViewElem(const std::string& content_name) { argument
72 return CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_NONE);
75 buzz::XmlElement* CreateStaticVideoViewElem(const std::string& content_name, argument
78 CreateVideoViewElem(content_name, STR_JINGLE_DRAFT_VIEW_TYPE_STATIC);
192 bool WriteJingleViewRequest(const std::string& content_name, argument
197 elems->push_back(CreateNoneVideoViewElem(content_name));
202 elems->push_back(CreateStaticVideoViewElem(content_name, *view));

Completed in 2501 milliseconds

123