Home
last modified time | relevance | path

Searched refs:allowProtected (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerState.h357 bool allowProtected = false; member
/aosp12/frameworks/native/libs/gui/
H A DLayerState.cpp683 SAFE_PARCEL(output.writeBool, allowProtected); in write()
699 SAFE_PARCEL(input.readBool, &allowProtected); in read()
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp135 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 DSurfaceControl.java937 public T setAllowProtected(boolean allowProtected) { in setAllowProtected() argument
938 mAllowProtected = allowProtected; in setAllowProtected()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp6114 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 DSurfaceFlinger.h920 ui::PixelFormat, bool allowProtected, bool grayscale,