HomeSort by relevance Sort by last modified time
    Searched refs:content_name (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 258 Transport* Session::GetTransport(const std::string& content_name) {
259 TransportProxy* transproxy = GetTransportProxy(content_name);
395 TransportProxy* Session::GetTransportProxy(const std::string& content_name) {
396 TransportMap::iterator iter = transports_.find(content_name);
422 TransportProxy* transproxy = GetTransportProxy(tinfo->content_name);
424 return BadParse("Unknown content name: " + tinfo->content_name, error);
442 cand->name() + " for content: "+ tinfo->content_name,
454 const std::string& content_name) {
455 TransportProxy* transproxy = GetTransportProxy(content_name);
477 transproxy = new TransportProxy(content_name, transport)
    [all...]
sessionmessages.h 108 TransportInfo(const std::string& content_name,
111 : content_name(content_name),
115 std::string content_name; member in struct:cricket::TransportInfo
sessionmessages.cc 364 std::string content_name; local
366 &content_name, error))
369 const ContentInfo* content = FindContentInfoByName(contents, content_name);
371 return BadParse("Unknown content name: " + content_name, error);
455 WriteJingleContentPair(tinfo->content_name, pair_elems, elems);
549 std::string content_name; local
551 &content_name, error))
559 if (!ParseContentInfo(PROTOCOL_JINGLE, content_name, content_type,
623 const TransportInfos& tinfos, const std::string& content_name) {
626 if (content_name == tinfo->content_name)
    [all...]
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 28 const std::string& content_name,
54 const std::string& content_name,
63 content_name,
177 const std::string& content_name,
182 this, content_name, component, ice_username_fragment, ice_password,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 54 RawTransportChannel::RawTransportChannel(const std::string& content_name,
59 : TransportChannelImpl(content_name, component),
106 SessionId(), content_name(), component(), "", "");
sessiondescription.h 72 // GroupInfo should be populated only with the |content_name| of the
83 bool HasContentName(const std::string& content_name) const;
84 void AddContentName(const std::string& content_name);
85 bool RemoveContentName(const std::string& content_name);
p2ptransport.h 41 const std::string& content_name,
dtlstransport.h 48 const std::string& content_name,
51 : Base(signaling_thread, worker_thread, content_name, allocator),
transportchannelproxy.h 53 TransportChannelProxy(const std::string& content_name,
p2ptransport.cc 62 const std::string& content_name,
65 content_name, NS_GINGLE_P2P, allocator) {
73 return new P2PTransportChannel(content_name(), component, this,
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 126 const std::string& content_name,
134 : BasicPortAllocatorSession(allocator, content_name, component,
250 const std::string& content_name,
253 return new HttpPortAllocatorSession(this, content_name, component,
263 const std::string& content_name,
271 : HttpPortAllocatorSessionBase(allocator, content_name, component,
connectivitychecker_unittest.cc 90 const std::string& content_name,
98 content_name,
149 const std::string& content_name, int component,
156 content_name,
  /external/chromium_org/content/renderer/p2p/
port_allocator.h 65 const std::string& content_name,
85 const std::string& content_name,
port_allocator.cc 97 const std::string& content_name,
102 this, content_name, component, ice_username_fragment, ice_password);
113 const std::string& content_name,
118 allocator, content_name, component,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 525 if (bundle_group.HasContentName(it->content_name) &&
526 it->content_name != selected_content_name) {
534 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, and
537 const std::string& content_name,
543 const ContentInfo* content = sdesc->GetContentByName(content_name);
585 const std::string& content_name) {
587 ContentInfo* content = sdesc->GetContentByName(content_name);
    [all...]
channelmanager.cc 317 BaseSession* session, const std::string& content_name, bool rtcp) {
320 session, content_name, rtcp));
324 BaseSession* session, const std::string& content_name, bool rtcp) {
333 session, content_name, rtcp);
363 BaseSession* session, const std::string& content_name, bool rtcp,
367 content_name, rtcp, voice_channel));
371 BaseSession* session, const std::string& content_name, bool rtcp,
384 session, content_name, rtcp, voice_channel);
414 BaseSession* session, const std::string& content_name,
417 Bind(&ChannelManager::CreateDataChannel_w, this, session, content_name,
    [all...]
channel.h 82 const std::string& content_name, bool rtcp);
92 const std::string& content_name() { return content_name_; } function in class:cricket::BaseChannel
139 void set_content_name(const std::string& content_name) {
147 content_name_ = content_name;
380 const std::string& content_name, bool rtcp);
499 const std::string& content_name, bool rtcp,
607 const std::string& content_name,
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 247 const std::string& content_name, const ContentDescription* content) {
249 sdesc->AddContent(content_name, NS_TUNNEL, content);
268 std::string content_name; local
271 &content_name, &content)) {
287 std::string content_name; local
289 if (!FindTunnelContent(offer, &content_name, &offer_tunnel))
293 content_name, new TunnelContentDescription(offer_tunnel->description));
pseudotcpchannel.h 73 bool Connect(const std::string& content_name,
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 34 const std::string& content_name,
74 const std::string& content_name,
83 content_name,
328 const std::string& content_name,
333 this, content_name, component, ice_username_fragment, ice_password,
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 65 CreationParams(BaseSession* session, const std::string& content_name,
68 content_name(content_name),
73 std::string content_name; member in struct:cricket::CreationParams
294 BaseSession* session, const std::string& content_name, bool rtcp) {
295 CreationParams params(session, content_name, rtcp, NULL);
300 BaseSession* session, const std::string& content_name, bool rtcp) {
311 session, content_name, rtcp);
338 BaseSession* session, const std::string& content_name, bool rtcp,
340 CreationParams params(session, content_name, rtcp, voice_channel)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 124 const std::string content_name = local
127 description_->GetTransportInfoByName(content_name);
webrtcsession.cc 1299 const std::string content_name = voice_channel_->content_name(); local
1309 const std::string content_name = video_channel_->content_name(); local
1319 const std::string content_name = data_channel_->content_name(); local
    [all...]
statscollector_unittest.cc 228 transport_stats.content_name = kTransportName;
258 transport_stats.content_name = "audio";
262 session_stats.transport_stats[transport_stats.content_name] =
275 transport_stats.content_name));
284 EXPECT_CALL(session_, GetTransport(transport_stats.content_name))
523 // The content_name known by the video channel.
572 // The content_name known by the video channel.
597 // The content_name known by the video channel.
689 transport_stats.content_name = "audio";
693 session_stats.transport_stats[transport_stats.content_name]
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 74 bool Connect(const std::string& content_name,

Completed in 203 milliseconds

12 3 4