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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 162 if (secure() == SEC_REQUIRED) {
195 if (secure() == SEC_REQUIRED) {
290 (audio_offer->crypto_required() || secure() == SEC_REQUIRED)) {
327 (video_offer->crypto_required() || secure() == SEC_REQUIRED)) {
    [all...]
mediasessionclient.h 54 // SEC_ENABLED and SEC_REQUIRED should only be used if the session
62 // SEC_REQUIRED: Crypto in outgoing offer and answer with
66 enum SecureMediaPolicy {SEC_DISABLED, SEC_ENABLED, SEC_REQUIRED};
  /external/chromium/third_party/libjingle/source/talk/examples/call/
call_main.cc 272 secure_policy = cricket::SEC_REQUIRED;

Completed in 49 milliseconds