Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_window_ScreenCapture.cpp45 jfieldID allowProtected; member
156 captureArgs.allowProtected = in getCaptureArgs()
157 env->GetBooleanField(captureArgsObject, gCaptureArgsClassInfo.allowProtected); in getCaptureArgs()
307 gCaptureArgsClassInfo.allowProtected = in register_android_window_ScreenCapture()
/frameworks/native/libs/gui/include/gui/
DDisplayCaptureArgs.h56 bool allowProtected = false; member
/frameworks/base/core/java/android/window/
DScreenCapture.java431 public T setAllowProtected(boolean allowProtected) { in setAllowProtected() argument
432 mAllowProtected = allowProtected; in setAllowProtected()
/frameworks/native/libs/gui/
DLayerState.cpp880 SAFE_PARCEL(output->writeBool, allowProtected); in writeToParcel()
901 SAFE_PARCEL(input->readBool, &allowProtected); in readFromParcel()
/frameworks/native/services/surfaceflinger/tests/
DScreenCapture_test.cpp783 mCaptureArgs.allowProtected = true; in TEST_F()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp7998 getLayerSnapshotsFn, reqSize, args.pixelFormat, args.allowProtected, in captureDisplay()
8159 getLayerSnapshotsFn, reqSize, args.pixelFormat, args.allowProtected, in captureLayers()
8213 bool allowProtected, bool grayscale, in captureScreenCommon() argument
8234 if (allowProtected && supportsProtected) { in captureScreenCommon()
8237 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()
8268 if (allowProtected && supportsProtected) { in captureScreenCommon()
8272 const bool isProtected = hasProtectedLayer && allowProtected && supportsProtected; in captureScreenCommon()
DSurfaceFlinger.h905 ui::Size bufferSize, ui::PixelFormat, bool allowProtected,