Searched defs:current_cryptos (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession.cc686 // currently have crypto (in current_cryptos) and it is enabled (in
695 const CryptoParamsVec* current_cryptos,
717 if (current_cryptos) {
718 AddMediaCryptos(*current_cryptos, offer);
895 // current_cryptos) and it is enabled (in secure_policy), crypto is
907 const CryptoParamsVec* current_cryptos,
929 if (current_cryptos) {
930 FindMatchingCrypto(*current_cryptos, crypto, &crypto);
691 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecureMediaPolicy& secure_policy, const CryptoParamsVec* current_cryptos, const std::vector<std::string>& crypto_suites, const RtpHeaderExtensions& rtp_extensions, bool add_legacy_stream, StreamParamsVec* current_streams, MediaContentDescriptionImpl<C>* offer) argument
902 CreateMediaContentAnswer( const MediaContentDescriptionImpl<C>* offer, const MediaSessionOptions& options, const std::vector<C>& local_codecs, const SecureMediaPolicy& sdes_policy, const CryptoParamsVec* current_cryptos, const RtpHeaderExtensions& local_rtp_extenstions, StreamParamsVec* current_streams, bool add_legacy_stream, bool bundle_enabled, MediaContentDescriptionImpl<C>* answer) argument

Completed in 117 milliseconds