Home
last modified time | relevance | path

Searched refs:getLastFrameRefreshTimestamp (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DCompositionEngineTest.cpp217 EXPECT_GE(mEngine.getLastFrameRefreshTimestamp(), before); in TEST_F()
218 EXPECT_LE(mEngine.getLastFrameRefreshTimestamp(), after); in TEST_F()
235 EXPECT_EQ(ts1, mEngine.getLastFrameRefreshTimestamp()); in TEST_F()
236 EXPECT_EQ(ts2, mEngine.getLastFrameRefreshTimestamp()); in TEST_F()
237 EXPECT_EQ(ts3, mEngine.getLastFrameRefreshTimestamp()); in TEST_F()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/mock/
H A DCompositionEngine.h49 MOCK_CONST_METHOD0(getLastFrameRefreshTimestamp, nsecs_t());
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
H A DCompositionEngine.h64 virtual nsecs_t getLastFrameRefreshTimestamp() const = 0;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
H A DCompositionEngine.h43 nsecs_t getLastFrameRefreshTimestamp() const override;
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/
H A DCompositionEngine.cpp87 nsecs_t CompositionEngine::getLastFrameRefreshTimestamp() const { in getLastFrameRefreshTimestamp() function in android::compositionengine::impl::CompositionEngine
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2288 updateCompositorTiming(stats, mCompositionEngine->getLastFrameRefreshTimestamp(), in postComposition()