Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DCompositionRefreshArgs.h98 bool hasTrustedPresentationListener = false; member
/frameworks/native/services/surfaceflinger/
DLayer.h597 inline bool hasTrustedPresentationListener() { in hasTrustedPresentationListener() function
DLayer.cpp258 if (hasTrustedPresentationListener()) { in ~Layer()
396 if (!hasTrustedPresentationListener()) { in updateTrustedPresentationState()
4419 bool hadTrustedPresentationListener = hasTrustedPresentationListener(); in setTrustedPresentationInfo()
4422 bool haveTrustedPresentationListener = hasTrustedPresentationListener(); in setTrustedPresentationInfo()
DSurfaceFlinger.cpp2839 refreshArgs.hasTrustedPresentationListener = mNumTrustedPresentationListeners > 0; in composite()
3326 if (!layer->hasTrustedPresentationListener()) { in onCompositionPresented()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutput.cpp526 coverage.aboveCoveredLayersExcludingOverlays = refreshArgs.hasTrustedPresentationListener in rebuildLayerStacks()