Searched refs:isProtected (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DLayer.h81 virtual bool isProtected() const;
H A DLayerBase.h217 * isProtected - true if the layer may contain protected content in the
220 virtual bool isProtected() const { return false; } function in class:android::LayerBase
H A DLayer.cpp350 bool blackOutLayer = isProtected() || (isSecure() && !hw->isSecure());
421 bool Layer::isProtected() const function in class:android::Layer

Completed in 665 milliseconds