Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp136 mock::SurfaceInterceptor* mSurfaceInterceptor = new mock::SurfaceInterceptor(); member in android::__anon968546880111::DisplayTransactionTest
170 mFlinger.mutableInterceptor().reset(mSurfaceInterceptor); in DisplayTransactionTest()
1015 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()
1046 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()
1088 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in TEST_F()
1559 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in setupCommonCallExpectationsForConnectProcessing()
1566 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in setupCommonCallExpectationsForDisconnectProcessing()
2699 EXPECT_CALL(*mSurfaceInterceptor, isEnabled()).WillOnce(Return(false)); in TEST_F()
3019 EXPECT_CALL(*test->mSurfaceInterceptor, isEnabled()).WillOnce(Return(true)); in setupSurfaceInterceptorCallExpectations()
3020 EXPECT_CALL(*test->mSurfaceInterceptor, savePowerModeUpdate(_, mode)).Times(1); in setupSurfaceInterceptorCallExpectations()