Home
last modified time | relevance | path

Searched refs:protection (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/core/java/android/view/contentprotection/flags/
Dcontent_protection_flags.aconfig7 description: "If true, content protection blocklist is mutable and can be updated."
14 description: "If true, content protection groups config will be parsed."
21 …description: "If true, content protection setting ui is displayed in Settings > Privacy & Security…
45 description: "If true, the APIs to manage content protection device policy will be enabled."
/frameworks/base/services/permission/java/com/android/server/permission/access/permission/
DPermission.kt47 inline val protection: Int in <lambda>() constant in com.android.server.permission.access.permission.Permission
48 get() = permissionInfo.protection in <lambda>()
51 get() = protection == PermissionInfo.PROTECTION_INTERNAL in <lambda>()
54 get() = protection == PermissionInfo.PROTECTION_NORMAL in <lambda>()
57 get() = protection == PermissionInfo.PROTECTION_DANGEROUS in <lambda>()
60 get() = protection == PermissionInfo.PROTECTION_SIGNATURE in <lambda>()
DPermissionService.kt276 val protection = protection in <lambda>() constant
278 if (protection != PermissionInfo.PROTECTION_SIGNATURE) { in <lambda>()
279 protectionLevel = protection in <lambda>()
324 override fun getAllPermissionsWithProtection(protection: Int): List<PermissionInfo> = in <lambda>()
326 permission.protection == protection in <lambda>()
/frameworks/base/services/permission/java/com/android/server/permission/access/util/
DPermissionInfoExtensions.kt22 get() = protection == PermissionInfo.PROTECTION_DANGEROUS
25 get() = protection == PermissionInfo.PROTECTION_INTERNAL
/frameworks/base/core/java/android/view/flags/
Dview_flags.aconfig42 description: "This flag controls the new sensitive content protection API,"
50 description: "This flag controls the sensitive content protection when sharing the screen"
59 description: "Bug fix where sensitive content protection is prematurely removed."
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.h79 Protection protection);
83 EGLDisplay display, EGLConfig config, int hwcFormat, Protection protection);
DSkiaGLRenderEngine.cpp430 Protection protection) { in createEglContext() argument
470 if (protection == Protection::PROTECTED) { in createEglContext()
518 Protection protection) { in createPlaceholderEglPbufferSurface() argument
529 if (protection == Protection::PROTECTED) { in createPlaceholderEglPbufferSurface()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.h123 Protection protection);
125 int hwcFormat, Protection protection);
DGLESRenderEngine.cpp1558 Protection protection) { in createEglContext() argument
1584 if (protection == Protection::PROTECTED) { in createEglContext()
1608 int hwcFormat, Protection protection) { in createStubEglPbufferSurface() argument
1619 if (protection == Protection::PROTECTED) { in createStubEglPbufferSurface()
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerServiceLoggingDecorator.java334 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument
335 Log.i(LOG_TAG, "getAllPermissionsWithProtection(protection = " + protection + ")"); in getAllPermissionsWithProtection()
336 return mService.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
DPermission.java572 final int protection = mPermissionInfo.protectionLevel in generatePermissionInfo() local
574 if (protection == PermissionInfo.PROTECTION_SIGNATURE) { in generatePermissionInfo()
578 permissionInfo.protectionLevel = protection; in generatePermissionInfo()
DPermissionManagerServiceTestingShim.java434 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument
436 protection); in getAllPermissionsWithProtection()
438 protection); in getAllPermissionsWithProtection()
DPermissionManagerServiceInternal.java170 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
DPermissionManagerServiceInterface.java521 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
DPermissionManagerServiceTracingDecorator.java486 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument
490 return mService.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
DPermissionManagerService.java837 @PermissionInfo.Protection int protection) { in getAllPermissionsWithProtection()
838 return mPermissionManagerServiceImpl.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
DPermissionManagerServiceImpl.java5212 @PermissionInfo.Protection int protection) {
5217 if (permission.getProtection() == protection) {
/frameworks/proto_logging/stats/enums/media/drm/
Denums.proto178 // Content protection scheme.
/frameworks/base/services/tests/servicestests/
DAndroid.bp278 // Used by content protection TEST_MAPPING
/frameworks/proto_logging/stats/atoms/framework/
Dframework_extension_atoms.proto461 * Logs that indicate a sensitive protection session has started
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt159 and you may at your option offer warranty protection in exchange for a
/frameworks/wilhelm/doc/
DDoxyfile238 # instead of private inheritance when no explicit protection keyword is present.
/frameworks/native/docs/
DDoxyfile288 # instead of private inheritance when no explicit protection keyword is present.
/frameworks/av/media/libaaudio/
DDoxyfile312 # of private inheritance when no explicit protection keyword is present.
/frameworks/av/media/codec2/docs/
Ddoxygen.config333 # of private inheritance when no explicit protection keyword is present.

12