Home | History | Annotate | Download | only in surfaceflinger

Lines Matching full:fence

426     // acquire fence the first time a new buffer is acquired on EACH display.
429 sp<Fence> fence = mSurfaceFlingerConsumer->getCurrentFence();
430 if (fence->isValid()) {
431 fenceFd = fence->dup();
433 ALOGW("failed to dup layer fence, skipping sync: %d", errno);
909 sp<Fence> frameReadyFence = mSurfaceFlingerConsumer->getCurrentFence();
913 // There was no fence for this frame, so assume that it was ready
919 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);