Home
last modified time | relevance | path

Searched defs:crypto_required (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediasessionclient.cc831 bool crypto_required) { in CreateGingleAudioContentElem()
855 bool crypto_required) { in CreateGingleVideoContentElem()
978 const AudioContentDescription* audio, bool crypto_required) { in CreateJingleAudioContentElem()
1005 const VideoContentDescription* video, bool crypto_required) { in CreateJingleVideoContentElem()
1056 const DataContentDescription* data, bool crypto_required) { in CreateJingleRtpDataContentElem()
1092 const DataContentDescription* data, bool crypto_required) { in CreateJingleDataContentElem()
1117 bool crypto_required = secure() == SEC_REQUIRED; in WriteContent() local
Dmediasession.h199 CryptoType crypto_required() const { return crypto_required_; } in crypto_required() function
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession.cc730 cricket::CryptoType crypto_required = dtls_enabled_ ? in SetLocalDescription() local