Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DLayer.h570 mLastClientCompositionFence = fence; in setWasClientComposed()
1102 sp<Fence> mLastClientCompositionFence; variable
DLayer.cpp2839 mLastClientCompositionFence = nullptr; in findCallbackHandle()
3130 } else if (EARLY_RELEASE_ENABLED && mLastClientCompositionFence != nullptr) { in releasePreviousBuffer()
3133 mLastClientCompositionFence); in releasePreviousBuffer()
3134 mLastClientCompositionFence = nullptr; in releasePreviousBuffer()