Searched refs:onChoreographerAttached (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
D | MockSchedulerCallback.h | 30 MOCK_METHOD(void, onChoreographerAttached, (), (override)); 42 void onChoreographerAttached() override {} in onChoreographerAttached() function
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | ISchedulerCallback.h | 32 virtual void onChoreographerAttached() = 0;
|
D | Scheduler.cpp | 373 mSchedulerCallback.onChoreographerAttached(); in createDisplayEventConnection()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 717 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/ |
D | SurfaceFlinger.h | 701 void onChoreographerAttached() override;
|
D | SurfaceFlinger.cpp | 4326 void SurfaceFlinger::onChoreographerAttached() { in onChoreographerAttached() function in android::SurfaceFlinger
|