Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp700 const auto p = mDrawingParent.promote(); in isSecure()
891 const auto& p = mDrawingParent.promote(); in isTrustedOverlay()
1095 if (const auto parent = mDrawingParent.promote()) { in getLayerStack()
1357 const auto& parent = mDrawingParent.promote(); in isHiddenByPolicy()
1408 sp<Layer> parent = mDrawingParent.promote(); in getLayerDebugInfo()
1488 if (layerState.zOrderRelativeOf != nullptr || mDrawingParent != nullptr) { in miniDump()
1589 child->mDrawingParent = newParent; in setChildrenDrawingParent()
1644 if (sp<Layer> parent = mDrawingParent.promote(); parent != nullptr) { in getColorTransform()
1652 if (sp<Layer> parent = mDrawingParent.promote(); parent != nullptr) { in hasColorTransform()
1875 const auto& p = mDrawingParent.promote(); in getAlpha()
[all …]
DBufferLayer.cpp230 sp<Layer> p = mDrawingParent.promote(); in prepareClientComposition()
DLayer.h1024 wp<Layer> mDrawingParent; variable
DSurfaceInterceptor.cpp147 addReparentLocked(transaction, layerId, getLayerIdFromWeakRef(layer->mDrawingParent)); in addInitialSurfaceStateLocked()
DBufferStateLayer.cpp878 sp<Layer> parent = mDrawingParent.promote(); in getInputTransform()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h330 layer->mDrawingParent = drawingParent; in setLayerDrawingParent()