HomeSort by relevance Sort by last modified time
    Searched refs:mFbFence (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 184 // mFbFence is the fence HWC should wait for before reading the framebuffer
186 sp<Fence> mFbFence;
VirtualDisplaySurface.cpp 203 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
446 mFbFence = mSlots[item.mBuf].mFence;
461 &transform, &async, &mFbFence);
464 mOutputFence = mFbFence;
534 mFbFence = Fence::NO_FENCE;

Completed in 623 milliseconds