Searched refs:mMockComposer (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
D | SFFakeHwc_test.cpp | 164 mFakeComposerClient->setMockHal(mMockComposer.get()); in getDisplayAttributeNoMock() 174 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 177 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 180 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 185 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 190 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 193 EXPECT_CALL(*mMockComposer, in setExpectationsForConfigs() 198 EXPECT_CALL(*mMockComposer, getDisplayConfigs(display, _)) in setExpectationsForConfigs() 202 EXPECT_CALL(*mMockComposer, getActiveConfig(display, _)) in setExpectationsForConfigs() 205 EXPECT_CALL(*mMockComposer, getDisplayVsyncPeriod(display, _)) in setExpectationsForConfigs() [all …]
|