/frameworks/base/core/java/android/view/contentprotection/flags/ |
D | content_protection_flags.aconfig | 7 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/ |
D | Permission.kt | 47 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>()
|
D | PermissionService.kt | 276 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/ |
D | PermissionInfoExtensions.kt | 22 get() = protection == PermissionInfo.PROTECTION_DANGEROUS 25 get() = protection == PermissionInfo.PROTECTION_INTERNAL
|
/frameworks/base/core/java/android/view/flags/ |
D | view_flags.aconfig | 42 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/ |
D | SkiaGLRenderEngine.h | 79 Protection protection); 83 EGLDisplay display, EGLConfig config, int hwcFormat, Protection protection);
|
D | SkiaGLRenderEngine.cpp | 430 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/ |
D | GLESRenderEngine.h | 123 Protection protection); 125 int hwcFormat, Protection protection);
|
D | GLESRenderEngine.cpp | 1558 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/ |
D | PermissionManagerServiceLoggingDecorator.java | 334 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()
|
D | Permission.java | 572 final int protection = mPermissionInfo.protectionLevel in generatePermissionInfo() local 574 if (protection == PermissionInfo.PROTECTION_SIGNATURE) { in generatePermissionInfo() 578 permissionInfo.protectionLevel = protection; in generatePermissionInfo()
|
D | PermissionManagerServiceTestingShim.java | 434 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument 436 protection); in getAllPermissionsWithProtection() 438 protection); in getAllPermissionsWithProtection()
|
D | PermissionManagerServiceInternal.java | 170 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
|
D | PermissionManagerServiceInterface.java | 521 @PermissionInfo.Protection int protection); in getAllPermissionsWithProtection()
|
D | PermissionManagerServiceTracingDecorator.java | 486 public List<PermissionInfo> getAllPermissionsWithProtection(int protection) { in getAllPermissionsWithProtection() argument 490 return mService.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
|
D | PermissionManagerService.java | 837 @PermissionInfo.Protection int protection) { in getAllPermissionsWithProtection() 838 return mPermissionManagerServiceImpl.getAllPermissionsWithProtection(protection); in getAllPermissionsWithProtection()
|
D | PermissionManagerServiceImpl.java | 5212 @PermissionInfo.Protection int protection) { 5217 if (permission.getProtection() == protection) {
|
/frameworks/proto_logging/stats/enums/media/drm/ |
D | enums.proto | 178 // Content protection scheme.
|
/frameworks/base/services/tests/servicestests/ |
D | Android.bp | 278 // Used by content protection TEST_MAPPING
|
/frameworks/proto_logging/stats/atoms/framework/ |
D | framework_extension_atoms.proto | 461 * Logs that indicate a sensitive protection session has started
|
/frameworks/native/opengl/tests/angeles/ |
D | license-LGPL.txt | 159 and you may at your option offer warranty protection in exchange for a
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 238 # instead of private inheritance when no explicit protection keyword is present.
|
/frameworks/native/docs/ |
D | Doxyfile | 288 # instead of private inheritance when no explicit protection keyword is present.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 312 # of private inheritance when no explicit protection keyword is present.
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 333 # of private inheritance when no explicit protection keyword is present.
|