Home
last modified time | relevance | path

Searched refs:CryptoParamsVec (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasession.cc104 CryptoParamsVec *out) { in AddCryptoParams()
111 void AddMediaCryptos(const CryptoParamsVec& cryptos, in AddMediaCryptos()
113 for (CryptoParamsVec::const_iterator crypto = cryptos.begin(); in AddMediaCryptos()
121 CryptoParamsVec cryptos; in CreateMediaCryptos()
133 const CryptoParamsVec* GetCryptos(const MediaContentDescription* media) { in GetCryptos()
140 bool FindMatchingCrypto(const CryptoParamsVec& cryptos, in FindMatchingCrypto()
143 for (CryptoParamsVec::const_iterator it = cryptos.begin(); in FindMatchingCrypto()
186 const CryptoParamsVec& cryptos = offer->cryptos(); in SelectCrypto()
188 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in SelectCrypto()
556 CryptoParamsVec* cryptos) { in GetCryptosByName()
[all …]
Dmediasessionclient.cc799 buzz::XmlElement* CreateJingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateJingleEncryptionElem()
807 for (CryptoParamsVec::const_iterator i = cryptos.begin(); in CreateJingleEncryptionElem()
823 buzz::XmlElement* CreateGingleEncryptionElem(const CryptoParamsVec& cryptos, in CreateGingleEncryptionElem()
854 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateGingleAudioContentElem()
882 const CryptoParamsVec& cryptos = video->cryptos(); in CreateGingleVideoContentElem()
1000 const CryptoParamsVec& cryptos = audio->cryptos(); in CreateJingleAudioContentElem()
1027 const CryptoParamsVec& cryptos = video->cryptos(); in CreateJingleVideoContentElem()
1079 const CryptoParamsVec& cryptos = data->cryptos(); in CreateJingleRtpDataContentElem()
Dmediasession.h54 typedef std::vector<CryptoParams> CryptoParamsVec; typedef
Dmediasession_unittest.cc68 using cricket::CryptoParamsVec;
242 bool CompareCryptoParams(const CryptoParamsVec& c1, in CompareCryptoParams()
243 const CryptoParamsVec& c2) { in CompareCryptoParams()