Home
last modified time | relevance | path

Searched refs:setSfPresent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp111 mFrameTimeline->setSfPresent(2500, presentFence1); in addEmptyDisplayFrame()
261 mFrameTimeline->setSfPresent(25, presentFence1); in TEST_F()
292 mFrameTimeline->setSfPresent(26, presentFence1); in TEST_F()
333 mFrameTimeline->setSfPresent(27 + frameTimeFactor, presentFence); in TEST_F()
355 mFrameTimeline->setSfPresent(27 + frameTimeFactor, presentFence); in TEST_F()
398 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
415 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
432 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
453 mFrameTimeline->setSfPresent(59, presentFence1); in TEST_F()
482 mFrameTimeline->setSfPresent(59, presentFence1); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockFrameTimeline.h35 MOCK_METHOD3(setSfPresent,
/frameworks/native/services/surfaceflinger/FrameTimeline/
DFrameTimeline.h298 virtual void setSfPresent(nsecs_t sfPresentTime, const std::shared_ptr<FenceTime>& presentFence,
447 void setSfPresent(nsecs_t sfPresentTime, const std::shared_ptr<FenceTime>& presentFence,
DFrameTimeline.cpp830 void FrameTimeline::setSfPresent(nsecs_t sfPresentTime, in setSfPresent() function in android::frametimeline::impl::FrameTimeline
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2267 mFrameTimeline->setSfPresent(/* sfPresentTime */ now, mPreviousPresentFences[0].fenceTime, in postComposition()