Home
last modified time | relevance | path

Searched refs:GetSslRole (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelproxy.cc148 bool TransportChannelProxy::GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function in cricket::TransportChannelProxy
153 return impl_->GetSslRole(role); in GetSslRole()
Dtransportchannel.h103 virtual bool GetSslRole(talk_base::SSLRole* role) const = 0;
Dtransportchannelproxy.h74 virtual bool GetSslRole(talk_base::SSLRole* role) const;
Drawtransportchannel.h113 virtual bool GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function
Ddtlstransportchannel.h165 virtual bool GetSslRole(talk_base::SSLRole* role) const;
Dp2ptransportchannel.h113 virtual bool GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function
Dtransport.h333 virtual bool GetSslRole(talk_base::SSLRole* ssl_role) const;
Ddtlstransportchannel_unittest.cc684 EXPECT_TRUE(client1_.transport()->GetSslRole(&channel1_role)); in TEST_F()
685 EXPECT_TRUE(client2_.transport()->GetSslRole(&channel2_role)); in TEST_F()
Ddtlstransportchannel.cc199 bool DtlsTransportChannelWrapper::GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function in cricket::DtlsTransportChannelWrapper
Dfakesession.h126 virtual bool GetSslRole(talk_base::SSLRole* role) const { in GetSslRole() function
Dtransport.cc409 bool Transport::GetSslRole(talk_base::SSLRole* ssl_role) const { in GetSslRole() function in cricket::Transport
/external/chromium_org/jingle/glue/
Dchannel_socket_adapter_unittest.cc46 MOCK_CONST_METHOD1(GetSslRole, bool(talk_base::SSLRole* role));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc566 bool WebRtcSession::GetSslRole(talk_base::SSLRole* role) { in GetSslRole() function in webrtc::WebRtcSession
580 return iter->second->impl()->GetSslRole(role); in GetSslRole()
643 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetLocalDescription()
700 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) { in SetRemoteDescription()
1038 if (GetSslRole(&role) && in CreateDataChannel()
Dwebrtcsession.h139 bool GetSslRole(talk_base::SSLRole* role);
Dwebrtcsessiondescriptionfactory.cc342 if (session_->GetSslRole(&ssl_role)) { in InternalCreateAnswer()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.cc1038 if (!channel->GetSslRole(&role)) { in SetupDtlsSrtp()