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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 132 bool FindSecureTunnelContent(const cricket::SessionDescription* sdesc,
135 const ContentInfo* cinfo = sdesc->FirstContentByType(NS_SECURE_TUNNEL);
270 SessionDescription* sdesc = new SessionDescription(); local
271 sdesc->AddContent(content_name, NS_SECURE_TUNNEL, content);
272 return sdesc;
tunnelsessionclient.cc 248 SessionDescription* sdesc = new SessionDescription(); local
249 sdesc->AddContent(content_name, NS_TUNNEL, content);
250 return sdesc;
253 bool FindTunnelContent(const cricket::SessionDescription* sdesc,
256 const ContentInfo* cinfo = sdesc->FirstContentByType(NS_TUNNEL);

Completed in 39 milliseconds