Searched refs:getRetireFence (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp208 sp<Fence> fence = mHwc.getRetireFence(mDisplayType);
H A DHWComposer.h118 sp<Fence> getRetireFence(int32_t displayId) const;
H A DVirtualDisplaySurface.cpp244 sp<Fence> retireFence = mHwc.getRetireFence(mDisplayId);
H A DHWComposer.cpp533 sp<Fence> HWComposer::getRetireFence(int32_t displayId) const { function in class:android::HWComposer
535 ALOGE("getRetireFence failed for invalid display %d", displayId);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1693 sp<Fence> presentFence = hwc.getRetireFence(HWC_DISPLAY_PRIMARY);
H A DSurfaceFlinger.cpp1051 sp<Fence> presentFence = mHwc->getRetireFence(HWC_DISPLAY_PRIMARY);

Completed in 1494 milliseconds