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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 103 virtual bool GetSslRole(talk_base::SSLRole* role) const = 0;
transportchannelproxy.h 74 virtual bool GetSslRole(talk_base::SSLRole* role) const;
rawtransportchannel.h 113 virtual bool GetSslRole(talk_base::SSLRole* role) const {
transportchannelproxy.cc 148 bool TransportChannelProxy::GetSslRole(talk_base::SSLRole* role) const {
153 return impl_->GetSslRole(role);
dtlstransportchannel.h 165 virtual bool GetSslRole(talk_base::SSLRole* role) const;
p2ptransportchannel.h 113 virtual bool GetSslRole(talk_base::SSLRole* role) const {
transport.h 333 virtual bool GetSslRole(talk_base::SSLRole* ssl_role) const;
dtlstransportchannel.cc 199 bool DtlsTransportChannelWrapper::GetSslRole(talk_base::SSLRole* role) const {
fakesession.h 126 virtual bool GetSslRole(talk_base::SSLRole* role) const {
dtlstransportchannel_unittest.cc 684 EXPECT_TRUE(client1_.transport()->GetSslRole(&channel1_role));
685 EXPECT_TRUE(client2_.transport()->GetSslRole(&channel2_role));
transport.cc 409 bool Transport::GetSslRole(talk_base::SSLRole* ssl_role) const {
  /external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc 46 MOCK_CONST_METHOD1(GetSslRole, bool(talk_base::SSLRole* role));
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.h 139 bool GetSslRole(talk_base::SSLRole* role);
webrtcsession.cc 566 bool WebRtcSession::GetSslRole(talk_base::SSLRole* role) {
580 return iter->second->impl()->GetSslRole(role);
643 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
700 if (data_channel_type_ == cricket::DCT_SCTP && GetSslRole(&role)) {
    [all...]
webrtcsessiondescriptionfactory.cc 342 if (session_->GetSslRole(&ssl_role)) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc     [all...]

Completed in 559 milliseconds