Searched refs:mSurfaceInterceptor (Results 1 – 7 of 7) sorted by relevance
34 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()65 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in TEST_F()
41 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in TEST_F()
44 EXPECT_CALL(*mSurfaceInterceptor, isEnabled()).WillOnce(Return(false)); in TEST_F()
281 EXPECT_CALL(*test->mSurfaceInterceptor, isEnabled()).WillOnce(Return(true)); in setupSurfaceInterceptorCallExpectations()282 EXPECT_CALL(*test->mSurfaceInterceptor, savePowerModeUpdate(_, static_cast<int32_t>(mode))) in setupSurfaceInterceptorCallExpectations()
56 mFlinger.mutableInterceptor() = mSurfaceInterceptor; in DisplayTransactionTest()
94 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayCreation(_)).Times(1); in setupCommonCallExpectationsForConnectProcessing()101 EXPECT_CALL(*mSurfaceInterceptor, saveDisplayDeletion(_)).Times(1); in setupCommonCallExpectationsForDisconnectProcessing()
122 sp<mock::SurfaceInterceptor> mSurfaceInterceptor = new mock::SurfaceInterceptor; variable