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

  /external/chromium_org/ui/display/chromeos/
display_configurator.cc 277 // No protections for these types. Do nothing.
300 ContentProtections protections; local
308 protections[it2->first] |= it2->second;
312 ApplyProtections(protections);
353 // No protections for these types. Do nothing.
361 // Don't reveal protections requested by other clients.
381 ContentProtections protections;
391 protections[it2->first] |= it2->second;
394 protections[display_id] |= desired_method_mask;
396 if (!ApplyProtections(protections))
    [all...]
  /ndk/build/core/
build-binary.mk 191 # Toolchain by default provides relro and GOT protections.
192 # If LOCAL_DISABLE_RELRO is true, we disable the protections.
201 # If LOCAL_DISABLE_FORMAT_STRING_CHECKS is true, we disable the protections.

Completed in 138 milliseconds