HomeSort by relevance Sort by last modified time
    Searched defs:GetSslRole (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 185 bool DtlsTransportChannelWrapper::GetSslRole(rtc::SSLRole* role) const {
transport.h 246 virtual bool GetSslRole(rtc::SSLRole* ssl_role) const { return false; }
transportcontroller.cc 69 bool TransportController::GetSslRole(const std::string& transport_name,
356 return t->GetSslRole(role);
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 764 bool WebRtcSession::GetSslRole(const std::string& transport_name,
772 return transport_controller_->GetSslRole(transport_name, role);
775 bool WebRtcSession::GetSslRole(const cricket::BaseChannel* channel,
777 return channel && GetSslRole(channel->transport_name(), role);
    [all...]

Completed in 135 milliseconds