HomeSort by relevance Sort by last modified time
    Searched refs:ICEPROTO_HYBRID (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportdescriptionfactory.cc 57 } else if (protocol_ == ICEPROTO_HYBRID) {
95 (protocol_ == ICEPROTO_RFC5245 || protocol_ == ICEPROTO_HYBRID)) {
104 (protocol_ == ICEPROTO_HYBRID || protocol_ == ICEPROTO_GOOGLE)) {
transportdescriptionfactory_unittest.cc 151 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
167 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
183 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
192 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
204 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
228 f2_.set_protocol(cricket::ICEPROTO_HYBRID);
236 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
248 f1_.set_protocol(cricket::ICEPROTO_HYBRID);
257 f2_.set_protocol(cricket::ICEPROTO_HYBRID);
274 f2_.set_protocol(cricket::ICEPROTO_HYBRID);
    [all...]
transportdescription.h 58 ICEPROTO_HYBRID, // ICE, but can fall back to the Google version.
p2ptransport.cc 165 if (proto == ICEPROTO_GOOGLE || proto == ICEPROTO_HYBRID) {
transport.cc 130 protocol_(ICEPROTO_HYBRID),
707 protocol_ = answer_proto == ICEPROTO_HYBRID ? ICEPROTO_GOOGLE : answer_proto;
851 ICEPROTO_HYBRID : ICEPROTO_RFC5245;
fakesession.h 72 ice_proto_(ICEPROTO_HYBRID),
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 401 cricket::TransportProtocol transport_protocol = cricket::ICEPROTO_HYBRID;
407 transport_protocol = cricket::ICEPROTO_HYBRID;
callclient.cc 396 transport_protocol_(cricket::ICEPROTO_HYBRID),
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 130 transport_desc_factory_.set_protocol(cricket::ICEPROTO_HYBRID);
webrtcsession_unittest.cc 279 tdesc_factory_->set_protocol(cricket::ICEPROTO_HYBRID);
    [all...]

Completed in 88 milliseconds