HomeSort by relevance Sort by last modified time
    Searched defs:content_name (Results 1 - 7 of 7) sorted by null

  /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...]
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));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
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...]
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/
channel.h 85 const std::string& content_name,
91 const std::string& content_name() { return content_name_; } function in class:cricket::BaseChannel
258 const std::string& content_name, bool rtcp);
369 const std::string& content_name, bool rtcp,
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...]

Completed in 322 milliseconds