Home
last modified time | relevance | path

Searched refs:forSystem (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp4806 const bool forSystem = uid == AID_GRAPHICS || uid == AID_SYSTEM; in captureLayers() local
4807 if (!forSystem && parent->getCurrentState().flags & layer_state_t::eLayerSecure) { in captureLayers()
4863 const bool forSystem = uid == AID_GRAPHICS || uid == AID_SYSTEM; in captureScreenCommon() local
4882 useIdentityTransform, forSystem, &fd); in captureScreenCommon()
5034 bool forSystem, in captureScreenImplLocked() argument
5047 if (secureLayerIsVisible && !forSystem) { in captureScreenImplLocked()
DSurfaceFlinger.h575 bool forSystem, int* outSyncFd);