Home
last modified time | relevance | path

Searched refs:mSurfaceInterceptor (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_CreateDisplayTest.cpp34 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()
65 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()
H A DSurfaceFlinger_DestroyDisplayTest.cpp41 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in TEST_F()
H A DSurfaceFlinger_OnInitializeDisplaysTest.cpp44 EXPECT_CALL(*mSurfaceInterceptor, isEnabled()).WillOnce(Return(false)); in TEST_F()
H A DSurfaceFlinger_SetPowerModeInternalTest.cpp281 EXPECT_CALL(*test->mSurfaceInterceptor, isEnabled()).WillOnce(Return(true)); in setupSurfaceInterceptorCallExpectations()
282 EXPECT_CALL(*test->mSurfaceInterceptor, savePowerModeUpdate(_, static_cast<int32_t>(mode))) in setupSurfaceInterceptorCallExpectations()
H A DDisplayTransactionTest.cpp56 mFlinger.mutableInterceptor() = mSurfaceInterceptor; in DisplayTransactionTest()
H A DSurfaceFlinger_HandleTransactionLockedTest.cpp94 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in setupCommonCallExpectationsForConnectProcessing()
101 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in setupCommonCallExpectationsForDisconnectProcessing()
H A DDisplayTransactionTestHelpers.h122 sp<mock::SurfaceInterceptor> mSurfaceInterceptor = new mock::SurfaceInterceptor; variable