Searched refs:allowProtected (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/libs/gui/include/gui/ |
H A D | LayerState.h | 357 bool allowProtected = false; member
|
/aosp12/frameworks/native/libs/gui/ |
H A D | LayerState.cpp | 683 SAFE_PARCEL(output.writeBool, allowProtected); in write() 699 SAFE_PARCEL(input.readBool, &allowProtected); in read()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_SurfaceControl.cpp | 135 jfieldID allowProtected; member 427 captureArgs.allowProtected = in getCaptureArgs() 428 env->GetBooleanField(captureArgsObject, gCaptureArgsClassInfo.allowProtected); in getCaptureArgs() 2205 gCaptureArgsClassInfo.allowProtected = in register_android_view_SurfaceControl()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 937 public T setAllowProtected(boolean allowProtected) { in setAllowProtected() argument 938 mAllowProtected = allowProtected; in setAllowProtected()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | SurfaceFlinger.cpp | 6114 args.pixelFormat, args.allowProtected, args.grayscale, in captureDisplay() 6278 args.pixelFormat, args.allowProtected, args.grayscale, in captureLayers() 6285 bool allowProtected, bool grayscale, in captureScreenCommon() argument 6302 if (allowProtected && supportsProtected) { in captureScreenCommon() 6315 (hasProtectedLayer && allowProtected && supportsProtected in captureScreenCommon()
|
H A D | SurfaceFlinger.h | 920 ui::PixelFormat, bool allowProtected, bool grayscale,
|