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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.h 106 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) = 0;
transportchannelproxy.h 76 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers);
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.h 163 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers);
p2ptransportchannel.h 124 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
dtlstransportchannel.cc 296 bool DtlsTransportChannelWrapper::SetSrtpCiphers(
fakesession.h 239 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
dtlstransportchannel_unittest.cc 163 ASSERT_TRUE((*it)->SetSrtpCiphers(ciphers));
  /external/chromium_org/jingle/glue/
channel_socket_adapter_unittest.cc 47 MOCK_METHOD1(SetSrtpCiphers, bool(const std::vector<std::string>& ciphers));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 772 return tc->SetSrtpCiphers(ciphers);
    [all...]

Completed in 222 milliseconds