Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayerFE.cpp223 bool blackOutLayer; in prepareBufferStateClientComposition() local
225 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()
228 blackOutLayer = (mSnapshot->hasProtectedContent && !targetSettings.isProtected) || in prepareBufferStateClientComposition()
234 if (blackOutLayer || !bufferCanBeUsedAsHwTexture) { in prepareBufferStateClientComposition()