Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DVirtualDisplaySurface.cpp70 mFbFence(Fence::NO_FENCE),
224 result = mHwc.setClientTarget(mDisplayId, hwcSlot, mFbFence, in advanceFrame()
289 return mFbFence; in getClientTargetAcquireFence()
479 mFbFence = mSlots[item.mSlot].mFence; in queueBuffer()
494 &scalingMode, &transform, &mFbFence); in queueBuffer()
497 mOutputFence = mFbFence; in queueBuffer()
612 mFbFence = Fence::NO_FENCE; in resetPerFrameState()
DVirtualDisplaySurface.h201 sp<Fence> mFbFence; variable