Home
last modified time | relevance | path

Searched defs:GetSslRole (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransport.h216 bool GetSslRole(rtc::SSLRole* ssl_role) const override { in GetSslRole() function
Dp2ptransportchannel.h118 bool GetSslRole(rtc::SSLRole* role) const override { return false; } in GetSslRole() function
Dfaketransportcontroller.h112 bool GetSslRole(rtc::SSLRole* role) const override { in GetSslRole() function
391 bool GetSslRole(rtc::SSLRole* role) const override { in GetSslRole() function
Ddtlstransportchannel.cc185 bool DtlsTransportChannelWrapper::GetSslRole(rtc::SSLRole* role) const { in GetSslRole() function in cricket::DtlsTransportChannelWrapper
Dtransport.h246 virtual bool GetSslRole(rtc::SSLRole* ssl_role) const { return false; } in GetSslRole() function
Dtransportcontroller.cc69 bool TransportController::GetSslRole(const std::string& transport_name, in GetSslRole() function in cricket::TransportController
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc764 bool WebRtcSession::GetSslRole(const std::string& transport_name, in GetSslRole() function in webrtc::WebRtcSession
775 bool WebRtcSession::GetSslRole(const cricket::BaseChannel* channel, in GetSslRole() function in webrtc::WebRtcSession