Searched refs:allowProtected (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/jni/ |
D | android_window_ScreenCapture.cpp | 45 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/ |
D | DisplayCaptureArgs.h | 56 bool allowProtected = false; member
|
/frameworks/base/core/java/android/window/ |
D | ScreenCapture.java | 431 public T setAllowProtected(boolean allowProtected) { in setAllowProtected() argument 432 mAllowProtected = allowProtected; in setAllowProtected()
|
/frameworks/native/libs/gui/ |
D | LayerState.cpp | 880 SAFE_PARCEL(output->writeBool, allowProtected); in writeToParcel() 901 SAFE_PARCEL(input->readBool, &allowProtected); in readFromParcel()
|
/frameworks/native/services/surfaceflinger/tests/ |
D | ScreenCapture_test.cpp | 783 mCaptureArgs.allowProtected = true; in TEST_F()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 7998 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()
|
D | SurfaceFlinger.h | 905 ui::Size bufferSize, ui::PixelFormat, bool allowProtected,
|