Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DFrameTimelineTest.cpp135 mFrameTimeline->setSfPresent(2500, presentFence1); in addEmptyDisplayFrame()
287 mFrameTimeline->setSfPresent(25, presentFence1); in TEST_F()
321 mFrameTimeline->setSfPresent(26, presentFence1); in TEST_F()
376 mFrameTimeline->setSfPresent(26, presentFence1); in TEST_F()
417 mFrameTimeline->setSfPresent(27 + frameTimeFactor, presentFence); in TEST_F()
442 mFrameTimeline->setSfPresent(27 + frameTimeFactor, presentFence); in TEST_F()
485 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
502 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
519 mFrameTimeline->setSfPresent(27, presentFence); in TEST_F()
543 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.h320 virtual void setSfPresent(nsecs_t sfPresentTime, const std::shared_ptr<FenceTime>& presentFence,
484 void setSfPresent(nsecs_t sfPresentTime, const std::shared_ptr<FenceTime>& presentFence,
DFrameTimeline.cpp918 void FrameTimeline::setSfPresent(nsecs_t sfPresentTime, in setSfPresent() function in android::frametimeline::impl::FrameTimeline
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3146 mFrameTimeline->setSfPresent(presentTime.ns(), pacesetterPresentFenceTime, in onCompositionPresented()