Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h896 bool layersHasProtectedLayer(const std::vector<sp<LayerFE>>& layers) const;
DSurfaceFlinger.cpp8178 bool SurfaceFlinger::layersHasProtectedLayer(const std::vector<sp<LayerFE>>& layers) const { in layersHasProtectedLayer() function in android::SurfaceFlinger
8235 hasProtectedLayer = layersHasProtectedLayer(layerFEs); in captureScreenCommon()
8270 hasProtectedLayer = layersHasProtectedLayer(extractLayerFEs(layers)); in captureScreenCommon()