Home
last modified time | relevance | path

Searched refs:NS_GINGLE_P2P (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dconstants.cc156 const std::string NS_GINGLE_P2P("http://www.google.com/transport/p2p"); variable
157 const buzz::QName QN_GINGLE_P2P_TRANSPORT(true, NS_GINGLE_P2P, LN_TRANSPORT);
158 const buzz::QName QN_GINGLE_P2P_CANDIDATE(true, NS_GINGLE_P2P, LN_CANDIDATE);
160 true, NS_GINGLE_P2P, "unknown-channel-name");
Dsessionmessages.cc298 TransportInfo tinfo(CN_OTHER, NS_GINGLE_P2P, Candidates()); in ParseGingleTransportInfos()
300 trans_parsers, NS_GINGLE_P2P, in ParseGingleTransportInfos()
315 TransportInfo audio_tinfo(CN_AUDIO, NS_GINGLE_P2P, Candidates()); in ParseGingleTransportInfos()
316 TransportInfo video_tinfo(CN_VIDEO, NS_GINGLE_P2P, Candidates()); in ParseGingleTransportInfos()
Dp2ptransport.cc59 NS_GINGLE_P2P, allocator) { in P2PTransport()
Dconstants.h168 extern const std::string NS_GINGLE_P2P;
Dsession.cc234 transport_type_ = NS_GINGLE_P2P; in Session()