Searched defs:SetIceProtocolType (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h202 virtual void SetIceProtocolType(IceProtocolType type) { function in class:cricket::DtlsTransportChannelWrapper
203 channel_->SetIceProtocolType(type);
H A Dportproxy.cc50 void PortProxy::SetIceProtocolType(IceProtocolType protocol) { function in class:cricket::PortProxy
52 impl_->SetIceProtocolType(protocol);
H A Drawtransportchannel.h102 virtual void SetIceProtocolType(IceProtocolType type) {} function in class:cricket::RawTransportChannel
H A Dfakesession.h110 virtual void SetIceProtocolType(IceProtocolType type) { ice_proto_ = type; } function in class:cricket::FakeTransportChannel
H A Dp2ptransportchannel.cc245 void P2PTransportChannel::SetIceProtocolType(IceProtocolType type) { function in class:cricket::P2PTransportChannel
251 (*it)->SetIceProtocolType(protocol_type_);
370 port->SetIceProtocolType(protocol_type_);
H A Dport.h145 virtual void SetIceProtocolType(IceProtocolType protocol) { function in class:cricket::Port
H A Dp2ptransportchannel_unittest.cc237 void SetIceProtocolType(cricket::IceProtocolType type) { function in struct:P2PTransportChannelTestBase::Endpoint
332 channel->SetIceProtocolType(GetEndpoint(endpoint)->protocol_type());
412 GetEndpoint(endpoint)->SetIceProtocolType(type);
632 ep1_ch1()->SetIceProtocolType(proto);
1474 ep1_ch1()->SetIceProtocolType(cricket::ICEPROTO_RFC5245);
H A Dport_unittest.cc438 port->SetIceProtocolType(ice_protocol_);
443 port->SetIceProtocolType(ice_protocol_);
451 port->SetIceProtocolType(ice_protocol_);
461 port->SetIceProtocolType(ice_protocol_);
487 port->SetIceProtocolType(ice_protocol_);
504 port->SetIceProtocolType(ice_protocol_);
551 void SetIceProtocolType(cricket::IceProtocolType protocol) { function in class:PortTest
583 port->SetIceProtocolType(type);
1082 SetIceProtocolType(cricket::ICEPROTO_RFC5245);
1102 lport->SetIceProtocolType(ICEPROTO_RFC524
[all...]

Completed in 209 milliseconds