Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp80 mFbFence(Fence::NO_FENCE),
235 result = mHwc.setClientTarget(*halDisplayId, hwcSlot, mFbFence, hwcBuffer, in advanceFrame()
302 return mFbFence; in getClientTargetAcquireFence()
504 mFbFence = mSlots[item.mSlot].mFence; in queueBuffer()
519 &scalingMode, &transform, &mFbFence); in queueBuffer()
522 mOutputFence = mFbFence; in queueBuffer()
637 mFbFence = Fence::NO_FENCE; in resetPerFrameState()
H A DVirtualDisplaySurface.h204 sp<Fence> mFbFence; variable