Home
last modified time | relevance | path

Searched refs:previousPresentFence (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h133 const std::shared_ptr<FenceTime>& previousPresentFence,
142 const std::shared_ptr<FenceTime>& previousPresentFence) = 0;
275 const std::shared_ptr<FenceTime>& previousPresentFence,
284 const std::shared_ptr<FenceTime>& previousPresentFence) override;
H A DHWComposer.cpp468 const std::shared_ptr<FenceTime>& previousPresentFence, in getDeviceCompositionChanges() argument
491 previousPresentFence->getSignalTime() == Fence::SIGNAL_TIME_PENDING; in getDeviceCompositionChanges()
562 const std::shared_ptr<FenceTime>& previousPresentFence) { in presentAndGetReleaseFences() argument
579 previousPresentFence->getSignalTime() == Fence::SIGNAL_TIME_PENDING; in presentAndGetReleaseFences()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DCompositionRefreshArgs.h89 std::shared_ptr<FenceTime> previousPresentFence; member
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DOutputCompositionState.h124 std::shared_ptr<FenceTime> previousPresentFence; member
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DDisplay.cpp233 getState().previousPresentFence, &changes); in chooseCompositionStrategy()
335 getState().previousPresentFence); in presentAndGetFrameFences()
H A DOutput.cpp738 editState().previousPresentFence = refreshArgs.previousPresentFence; in writeCompositionState()
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2110 refreshArgs.previousPresentFence = mPreviousPresentFences[0].fenceTime; in onMessageRefresh()