Searched defs:GetIceRole (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.h127 virtual IceRole GetIceRole() const { function in class:cricket::DtlsTransportChannelWrapper
128 return channel_->GetIceRole();
H A Dportproxy.cc66 IceRole PortProxy::GetIceRole() const { function in class:cricket::PortProxy
68 return impl_->GetIceRole();
H A Drawtransportchannel.h97 virtual IceRole GetIceRole() const { return ICEROLE_UNKNOWN; } function in class:cricket::RawTransportChannel
H A Dtransportchannelproxy.cc214 IceRole TransportChannelProxy::GetIceRole() const { function in class:cricket::TransportChannelProxy
219 return impl_->GetIceRole();
H A Dp2ptransportchannel.h80 virtual IceRole GetIceRole() const { return ice_role_; } function in class:cricket::P2PTransportChannel
H A Dfakesession.h103 virtual IceRole GetIceRole() const { return role_; } function in class:cricket::FakeTransportChannel
H A Dport.h151 IceRole GetIceRole() const { return ice_role_; } function in class:cricket::Port

Completed in 2198 milliseconds