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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 170 protocol_type_(ICEPROTO_GOOGLE),
243 protocol_type_ = type;
246 (*it)->SetIceProtocolType(protocol_type_);
364 port->SetIceProtocolType(protocol_type_);
470 if (protocol_type_ == ICEPROTO_RFC5245) {
494 if (protocol_type_ == ICEPROTO_RFC5245) {
599 ASSERT(protocol_type_ == ICEPROTO_RFC5245);
725 if (protocol_type_ == ICEPROTO_GOOGLE) {
    [all...]
p2ptransportchannel.h 245 IceProtocolType protocol_type_; member in class:cricket::P2PTransportChannel
p2ptransportchannel_unittest.cc 209 protocol_type_(cricket::ICEPROTO_GOOGLE) {}
225 protocol_type_ = type;
227 cricket::IceProtocolType protocol_type() { return protocol_type_; }
247 cricket::IceProtocolType protocol_type_; member in struct:P2PTransportChannelTestBase::Endpoint
459 if (ep2_.protocol_type_ == cricket::ICEPROTO_RFC5245) {
    [all...]

Completed in 100 milliseconds