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.cc704 // currently have crypto (in current_cryptos) and it is enabled (in
713 const CryptoParamsVec* current_cryptos,
737 if (current_cryptos) {
738 AddMediaCryptos(*current_cryptos, offer);
924 // current_cryptos) and it is enabled (in secure_policy), crypto is
936 const CryptoParamsVec* current_cryptos,
958 if (current_cryptos) {
959 FindMatchingCrypto(*current_cryptos, crypto, &crypto);
709 CreateMediaContentOffer( const MediaSessionOptions& options, const std::vector<C>& codecs, const SecurePolicy& 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
931 CreateMediaContentAnswer( const MediaContentDescriptionImpl<C>* offer, const MediaSessionOptions& options, const std::vector<C>& local_codecs, const SecurePolicy& 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 378 milliseconds