Searched refs:GetSrtpCipher (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportchannel.h113 virtual bool GetSrtpCipher(std::string* cipher) { function in class:cricket::TransportChannel
H A Dtransportchannelproxy.h73 virtual bool GetSrtpCipher(std::string* cipher);
H A Dtransportchannelproxy.cc149 bool TransportChannelProxy::GetSrtpCipher(std::string* cipher) { function in class:cricket::TransportChannelProxy
154 return impl_->GetSrtpCipher(cipher);
H A Ddtlstransportchannel.h159 virtual bool GetSrtpCipher(std::string* cipher);
H A Ddtlstransportchannel.cc285 bool DtlsTransportChannelWrapper::GetSrtpCipher(std::string* cipher) { function in class:cricket::DtlsTransportChannelWrapper
H A Dfakesession.h215 virtual bool GetSrtpCipher(std::string* cipher) { function in class:cricket::FakeTransportChannel
H A Ddtlstransportchannel_unittest.cc190 bool rv = (*it)->GetSrtpCipher(&cipher);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.cc964 if (!channel->GetSrtpCipher(&selected_cipher)) {

Completed in 159 milliseconds