Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSchedulerCallback.h30 MOCK_METHOD(void, onChoreographerAttached, (), (override));
42 void onChoreographerAttached() override {} in onChoreographerAttached() function
/frameworks/native/services/surfaceflinger/Scheduler/
DISchedulerCallback.h32 virtual void onChoreographerAttached() = 0;
DScheduler.cpp373 mSchedulerCallback.onChoreographerAttached(); in createDisplayEventConnection()
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp717 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
735 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached).Times(2); in TEST_F()
766 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached).Times(2); in TEST_F()
794 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
825 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
839 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in frameRateTestScenario()
899 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
926 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
961 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
995 EXPECT_CALL(mSchedulerCallback, onChoreographerAttached); in TEST_F()
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h701 void onChoreographerAttached() override;
DSurfaceFlinger.cpp4326 void SurfaceFlinger::onChoreographerAttached() { in onChoreographerAttached() function in android::SurfaceFlinger