Searched refs:forSystem (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 282 … ANativeWindowBuffer* buffer, bool useIdentityTransform, bool forSystem, int* outSyncFd) { in captureScreenImplLocked() argument 285 useIdentityTransform, forSystem, outSyncFd, in captureScreenImplLocked()
|
D | CompositionTest.cpp | 227 constexpr bool forSystem = true; in captureScreenComposition() local 246 useIdentityTransform, forSystem, &fd); in captureScreenComposition()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5860 const bool forSystem = uid == AID_GRAPHICS || uid == AID_SYSTEM; in captureLayers() local 5861 if (!forSystem && parent->getCurrentState().flags & layer_state_t::eLayerSecure) { in captureLayers() 5958 const bool forSystem = uid == AID_GRAPHICS || uid == AID_SYSTEM; in captureScreenCommon() local 5977 useIdentityTransform, forSystem, &fd, in captureScreenCommon() 6118 bool useIdentityTransform, bool forSystem, in captureScreenImplLocked() argument 6130 if (outCapturedSecureLayers && !forSystem) { in captureScreenImplLocked()
|
D | SurfaceFlinger.h | 663 bool forSystem, int* outSyncFd, bool& outCapturedSecureLayers);
|