Home
last modified time | relevance | path

Searched refs:GetSrtpCiphers (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dchannel.h350 virtual void GetSrtpCiphers(std::vector<std::string>* ciphers) const = 0;
490 virtual void GetSrtpCiphers(std::vector<std::string>* ciphers) const;
579 virtual void GetSrtpCiphers(std::vector<std::string>* ciphers) const;
698 virtual void GetSrtpCiphers(std::vector<std::string>* ciphers) const;
Dchannel.cc753 GetSrtpCiphers(&ciphers); in SetDtlsSrtpCiphers()
1647 void VoiceChannel::GetSrtpCiphers(std::vector<std::string>* ciphers) const { in GetSrtpCiphers() function in cricket::VoiceChannel
2096 void VideoChannel::GetSrtpCiphers(std::vector<std::string>* ciphers) const { in GetSrtpCiphers() function in cricket::VideoChannel
2449 void DataChannel::GetSrtpCiphers(std::vector<std::string>* ciphers) const { in GetSrtpCiphers() function in cricket::DataChannel