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

  /external/webrtc/talk/session/media/
mediasession.cc 116 CryptoParamsVec *out) {
123 void AddMediaCryptos(const CryptoParamsVec& cryptos,
125 for (CryptoParamsVec::const_iterator crypto = cryptos.begin();
133 CryptoParamsVec cryptos;
145 const CryptoParamsVec* GetCryptos(const MediaContentDescription* media) {
152 bool FindMatchingCrypto(const CryptoParamsVec& cryptos,
155 for (CryptoParamsVec::const_iterator it = cryptos.begin();
217 const CryptoParamsVec& cryptos = offer->cryptos();
219 for (CryptoParamsVec::const_iterator i = cryptos.begin();
589 // Gets the CryptoParamsVec of the given |content_name| from |sdesc|, an
    [all...]
mediasession.h 54 typedef std::vector<CryptoParams> CryptoParamsVec;
mediasession_unittest.cc 68 using cricket::CryptoParamsVec;
273 bool CompareCryptoParams(const CryptoParamsVec& c1,
274 const CryptoParamsVec& c2) {
    [all...]

Completed in 72 milliseconds