Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportdescriptionfactory.cc59 desc->transport_type = NS_GINGLE_P2P; in CreateOffer()
101 desc->transport_type = NS_GINGLE_P2P; in CreateAnswer()
103 } else if ((!offer || offer->transport_type == NS_GINGLE_P2P) && in CreateAnswer()
106 desc->transport_type = NS_GINGLE_P2P; in CreateAnswer()
Dconstants.cc197 const char NS_GINGLE_P2P[] = "http://www.google.com/transport/p2p"; variable
199 { NS_GINGLE_P2P, LN_TRANSPORT };
201 { NS_GINGLE_P2P, LN_CANDIDATE };
203 { NS_GINGLE_P2P, "unknown-channel-name" };
Dtransportdescriptionfactory_unittest.cc141 CheckDesc(desc.get(), cricket::NS_GINGLE_P2P, "", "", "", ""); in TEST_F()
214 CheckDesc(desc.get(), cricket::NS_GINGLE_P2P, "", "", "", ""); in TEST_F()
219 CheckDesc(desc.get(), cricket::NS_GINGLE_P2P, "", "", "", ""); in TEST_F()
231 CheckDesc(desc.get(), cricket::NS_GINGLE_P2P, "", "", "", ""); in TEST_F()
Dp2ptransport.cc65 content_name, NS_GINGLE_P2P, allocator) { in P2PTransport()
88 if (desc->transport_type != NS_GINGLE_P2P) in ParseTransportDescription()
Dconstants.h196 extern const char NS_GINGLE_P2P[];
Dsessionmessages.cc317 NS_GINGLE_P2P, content_name, in ParseGingleCandidate()
362 TransportDescription(NS_GINGLE_P2P, std::string(), std::string())); in ParseGingleTransportInfos()
376 TransportDescription(NS_GINGLE_P2P, std::string(), std::string())); in ParseGingleTransportInfos()
379 TransportDescription(NS_GINGLE_P2P, std::string(), std::string())); in ParseGingleTransportInfos()
Dsession.cc396 transport_type_(NS_GINGLE_P2P), in BaseSession()
632 ASSERT(transport_type_ == NS_GINGLE_P2P); in CreateTransport()
Ddtlstransportchannel_unittest.cc168 cricket::NS_GINGLE_P2P : cricket::NS_JINGLE_ICE_UDP; in Negotiate()
Dtransport.cc346 TransportDescription desc(NS_GINGLE_P2P, std::vector<std::string>(), in ConnectChannels_w()
Dsession_unittest.cc701 cricket::TransportDescription desc(cricket::NS_GINGLE_P2P, in NewTestSessionDescription()
723 cricket::NS_GINGLE_P2P, in NewTestSessionDescription()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Djsepsessiondescription_unittest.cc80 cricket::NS_GINGLE_P2P, in CreateCricketSessionDescription()
89 cricket::NS_GINGLE_P2P, in CreateCricketSessionDescription()
Dwebrtcsession_unittest.cc71 using cricket::NS_GINGLE_P2P;