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 95 impl_->SetSrtpCiphers(pending_srtp_ciphers_);
164 bool TransportChannelProxy::SetSrtpCiphers(const std::vector<std::string>&
170 return impl_->SetSrtpCiphers(ciphers);
rawtransportchannel.h 122 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
dtlstransportchannel.h 160 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers);
p2ptransportchannel.h 122 virtual bool SetSrtpCiphers(const std::vector<std::string>& ciphers) {
dtlstransportchannel.cc 290 bool DtlsTransportChannelWrapper::SetSrtpCiphers(
fakesession.h 226 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 974 return tc->SetSrtpCiphers(ciphers);
    [all...]

Completed in 176 milliseconds