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

  /frameworks/native/services/surfaceflinger/
Layer.cpp 919 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
920 if (presentFence->isValid()) {
921 mFrameTracker.setActualPresentFence(presentFence);
    [all...]
SurfaceFlinger.cpp 969 sp<Fence> presentFence = hwc.getDisplayFence(HWC_DISPLAY_PRIMARY);
971 if (presentFence->isValid()) {
972 if (mPrimaryDispSync.addPresentFence(presentFence)) {
989 if (presentFence->isValid()) {
990 mAnimFrameTracker.setActualPresentFence(presentFence);
    [all...]

Completed in 56 milliseconds