Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.cpp158 pendingState.barrierLayer_legacy = nullptr; in removeRemoteSyncPoints()
688 if (mCurrentState.barrierLayer_legacy != nullptr && !isRemovedFromCurrentState()) { in pushPendingState()
689 sp<Layer> barrierLayer = mCurrentState.barrierLayer_legacy.promote(); in pushPendingState()
695 mCurrentState.barrierLayer_legacy = nullptr; in pushPendingState()
706 mCurrentState.barrierLayer_legacy = nullptr; in pushPendingState()
729 if (mPendingStates[0].barrierLayer_legacy != nullptr) { in applyPendingStates()
1208 mCurrentState.barrierLayer_legacy = barrierLayer; in deferTransactionUntil_legacy()
1214 mCurrentState.barrierLayer_legacy = nullptr; in deferTransactionUntil_legacy()
1973 auto barrierLayer = pendingState.barrierLayer_legacy.promote(); in writeToProto()
DSurfaceInterceptor.cpp113 if (layer->mCurrentState.barrierLayer_legacy != nullptr) { in addInitialSurfaceStateLocked()
115 layer->mCurrentState.barrierLayer_legacy.promote(), in addInitialSurfaceStateLocked()
DLayer.h165 wp<Layer> barrierLayer_legacy; member