Home
last modified time | relevance | path

Searched refs:isLayerSecure (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/FrontEnd/
DLayerLifecycleManager.h83 bool isLayerSecure(uint32_t) const;
DLayerLifecycleManager.cpp442 bool LayerLifecycleManager::isLayerSecure(uint32_t layerId) const { in isLayerSecure() function in android::surfaceflinger::frontend::LayerLifecycleManager
450 return isLayerSecure(getLayerFromId(layerId)->parentId); in isLayerSecure()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp9542 mLayerLifecycleManager.isLayerSecure(rootLayerId); in getLayerSnapshotsForScreenshots()