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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.cc 94 impl_->SetSrtpCiphers(pending_srtp_ciphers_);
163 bool TransportChannelProxy::SetSrtpCiphers(const std::vector<std::string>&
169 return impl_->SetSrtpCiphers(ciphers);
rawtransportchannel.h 126 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
dtlstransportchannel.cc 296 bool DtlsTransportChannelWrapper::SetSrtpCiphers(
p2ptransportchannel.h 124 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
fakesession.h 239 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {

Completed in 77 milliseconds