Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransport.cc98 if (!ParseCandidate(ICEPROTO_GOOGLE, candidate_elem, translator, in ParseTransportDescription()
120 if (proto != ICEPROTO_GOOGLE) { in WriteTransportDescription()
144 return ParseCandidate(ICEPROTO_GOOGLE, elem, translator, candidate, error); in ParseGingleCandidate()
154 bool ret = WriteCandidate(ICEPROTO_GOOGLE, candidate, translator, elem.get(), in WriteGingleCandidate()
165 if (proto == ICEPROTO_GOOGLE || proto == ICEPROTO_HYBRID) { in VerifyUsernameFormat()
183 ASSERT(proto == ICEPROTO_GOOGLE); in ParseCandidate()
236 ASSERT(proto == ICEPROTO_GOOGLE); in WriteCandidate()
Dtransportdescriptionfactory.cc39 static TransportProtocol kDefaultProtocol = ICEPROTO_GOOGLE;
58 } else if (protocol_ == ICEPROTO_GOOGLE) { in CreateOffer()
100 protocol_ == ICEPROTO_GOOGLE) { in CreateAnswer()
104 (protocol_ == ICEPROTO_HYBRID || protocol_ == ICEPROTO_GOOGLE)) { in CreateAnswer()
Dtransportdescriptionfactory_unittest.cc138 f1_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
207 f1_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
208 f2_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
225 f2_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
270 f1_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
283 f2_.set_protocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
Dp2ptransportchannel_unittest.cc209 protocol_type_(cricket::ICEPROTO_GOOGLE) {} in Endpoint()
953 cricket::ICEPROTO_GOOGLE); \
963 cricket::ICEPROTO_GOOGLE); \
973 cricket::ICEPROTO_GOOGLE); \
983 cricket::ICEPROTO_GOOGLE); \
994 cricket::ICEPROTO_GOOGLE); \
1007 cricket::ICEPROTO_GOOGLE); \
1109 cricket::ICEPROTO_GOOGLE); in TEST_F()
1121 cricket::ICEPROTO_GOOGLE); in TEST_F()
1135 cricket::ICEPROTO_GOOGLE); in TEST_F()
[all …]
Ddtlstransportchannel_unittest.cc72 protocol_(cricket::ICEPROTO_GOOGLE), in DtlsTestClient()
167 std::string transport_type = (protocol_ == cricket::ICEPROTO_GOOGLE) ? in Negotiate()
540 client1_.SetIceProtocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
541 client2_.SetIceProtocol(cricket::ICEPROTO_GOOGLE); in TEST_F()
549 EXPECT_EQ(cricket::ICEPROTO_GOOGLE, channel1->protocol()); in TEST_F()
554 EXPECT_EQ(cricket::ICEPROTO_GOOGLE, channel2->protocol()); in TEST_F()
Dtransportdescription.h57 ICEPROTO_GOOGLE, // Google version of ICE protocol. enumerator
Dtransport.cc691 if ((offer_proto == ICEPROTO_GOOGLE || offer_proto == ICEPROTO_RFC5245) && in NegotiateTransportDescription_w()
695 protocol_ = answer_proto == ICEPROTO_HYBRID ? ICEPROTO_GOOGLE : answer_proto; in NegotiateTransportDescription_w()
793 return ICEPROTO_GOOGLE; in TransportProtocolFromDescription()
Dport.cc181 ice_protocol_(ICEPROTO_GOOGLE), in Port()
208 ice_protocol_(ICEPROTO_GOOGLE), in Port()
341 return (ice_protocol_ == ICEPROTO_GOOGLE); in IsGoogleIce()
1008 if (port_->IceProtocol() == ICEPROTO_GOOGLE || in OnReadPacket()
Dp2ptransportchannel.cc170 protocol_type_(ICEPROTO_GOOGLE), in P2PTransportChannel()
725 if (protocol_type_ == ICEPROTO_GOOGLE) { in GetRemoteCandidateGeneration()
Dport_unittest.cc343 ice_protocol_(cricket::ICEPROTO_GOOGLE), in PortTest()
1260 lport->SetIceProtocolType(ICEPROTO_GOOGLE); in TEST_F()
1261 rport->SetIceProtocolType(ICEPROTO_GOOGLE); in TEST_F()
1508 port->SetIceProtocolType(ICEPROTO_GOOGLE); in TEST_F()
1626 port->SetIceProtocolType(ICEPROTO_GOOGLE); in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc405 transport_protocol = cricket::ICEPROTO_GOOGLE; in main()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession_unittest.cc2245 VerifyTransportType("audio", cricket::ICEPROTO_GOOGLE); in TEST_F()
2246 VerifyTransportType("video", cricket::ICEPROTO_GOOGLE); in TEST_F()
2281 VerifyTransportType("audio", cricket::ICEPROTO_GOOGLE); in TEST_F()
2282 VerifyTransportType("video", cricket::ICEPROTO_GOOGLE); in TEST_F()