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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 108 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
transportchannelproxy.cc 87 impl_->SetSrtpCiphers(pending_srtp_ciphers_);
138 bool TransportChannelProxy::SetSrtpCiphers(const std::vector<std::string>&
144 return impl_->SetSrtpCiphers(ciphers);
dtlstransportchannel.cc 266 bool DtlsTransportChannelWrapper::SetSrtpCiphers(const std::vector<std::string>&
fakesession.h 210 bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {

Completed in 220 milliseconds