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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 174 bool TransportChannelProxy::GetSrtpCipher(std::string* cipher) {
179 return impl_->GetSrtpCipher(cipher);
rawtransportchannel.h 131 virtual bool GetSrtpCipher(std::string* cipher) {
dtlstransportchannel.cc 343 bool DtlsTransportChannelWrapper::GetSrtpCipher(std::string* cipher) {
p2ptransportchannel.h 129 virtual bool GetSrtpCipher(std::string* cipher) {
fakesession.h 244 virtual bool GetSrtpCipher(std::string* cipher) {

Completed in 244 milliseconds