• Home
  • Raw
  • Download

Lines Matching refs:mComposer

134     Hwc2::mock::Composer* mComposer = nullptr;  member in android::__anon7db314510111::DisplayTransactionTest
198 mComposer = new Hwc2::mock::Composer(); in injectMockComposer()
199 EXPECT_CALL(*mComposer, getCapabilities()) in injectMockComposer()
201 EXPECT_CALL(*mComposer, getMaxVirtualDisplayCount()).WillOnce(Return(virtualDisplayCount)); in injectMockComposer()
202 mFlinger.setupComposer(std::unique_ptr<Hwc2::Composer>(mComposer)); in injectMockComposer()
204 Mock::VerifyAndClear(mComposer); in injectMockComposer()
432 .inject(&test->mFlinger, test->mComposer); in injectHwcDisplayWithNoDefaultCapabilities()
437 EXPECT_CALL(*test->mComposer, getDisplayCapabilities(HWC_DISPLAY_ID, _)) in injectHwcDisplay()
440 EXPECT_CALL(*test->mComposer, in injectHwcDisplay()
448 EXPECT_CALL(*test->mComposer, getDisplayType(HWC_DISPLAY_ID, _)) in setupHwcHotplugCallExpectations()
452 EXPECT_CALL(*test->mComposer, setClientTargetSlotCount(_)).WillOnce(Return(Error::NONE)); in setupHwcHotplugCallExpectations()
453 EXPECT_CALL(*test->mComposer, getDisplayConfigs(HWC_DISPLAY_ID, _)) in setupHwcHotplugCallExpectations()
456 EXPECT_CALL(*test->mComposer, in setupHwcHotplugCallExpectations()
460 EXPECT_CALL(*test->mComposer, in setupHwcHotplugCallExpectations()
464 EXPECT_CALL(*test->mComposer, in setupHwcHotplugCallExpectations()
468 EXPECT_CALL(*test->mComposer, in setupHwcHotplugCallExpectations()
472 EXPECT_CALL(*test->mComposer, in setupHwcHotplugCallExpectations()
478 EXPECT_CALL(*test->mComposer, getDisplayIdentificationData(HWC_DISPLAY_ID, _, _)) in setupHwcHotplugCallExpectations()
483 EXPECT_CALL(*test->mComposer, getDisplayIdentificationData(HWC_DISPLAY_ID, _, _)) in setupHwcHotplugCallExpectations()
490 EXPECT_CALL(*test->mComposer, getActiveConfig(HWC_DISPLAY_ID, _)) in setupHwcGetActiveConfigCallExpectations()
556 EXPECT_CALL(*test->mComposer, getActiveConfig(_, _)).Times(0); in setupHwcGetActiveConfigCallExpectations()
586 EXPECT_CALL(*test->mComposer, createVirtualDisplay(Base::WIDTH, Base::HEIGHT, _, _)) in setupHwcVirtualDisplayCreationCallExpectations()
588 EXPECT_CALL(*test->mComposer, setClientTargetSlotCount(_)).WillOnce(Return(Error::NONE)); in setupHwcVirtualDisplayCreationCallExpectations()
605 EXPECT_CALL(*test->mComposer, getColorModes(_, _)).Times(0); in setupComposerCallExpectations()
606 EXPECT_CALL(*test->mComposer, getRenderIntents(_, _, _)).Times(0); in setupComposerCallExpectations()
607 EXPECT_CALL(*test->mComposer, setColorMode(_, _, _)).Times(0); in setupComposerCallExpectations()
627 EXPECT_CALL(*test->mComposer, getColorModes(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
630 EXPECT_CALL(*test->mComposer, in setupComposerCallExpectations()
635 EXPECT_CALL(*test->mComposer, in setupComposerCallExpectations()
655 EXPECT_CALL(*test->mComposer, getColorModes(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
657 EXPECT_CALL(*test->mComposer, setColorMode(_, _, _)).Times(0); in setupComposerCallExpectations()
669 EXPECT_CALL(*test->mComposer, getHdrCapabilities(_, _, _, _, _)).Times(0); in setupComposerCallExpectations()
680 EXPECT_CALL(*test->mComposer, getHdrCapabilities(_, _, _, _, _)) in setupComposerCallExpectations()
698 EXPECT_CALL(*test->mComposer, getHdrCapabilities(Display::HWC_DISPLAY_ID, _, _, _, _)) in setupComposerCallExpectations()
713 EXPECT_CALL(*test->mComposer, getHdrCapabilities(Display::HWC_DISPLAY_ID, _, _, _, _)) in setupComposerCallExpectations()
728 EXPECT_CALL(*test->mComposer, getHdrCapabilities(Display::HWC_DISPLAY_ID, _, _, _, _)) in setupComposerCallExpectations()
743 EXPECT_CALL(*test->mComposer, getHdrCapabilities(Display::HWC_DISPLAY_ID, _, _, _, _)) in setupComposerCallExpectations()
751 EXPECT_CALL(*test->mComposer, getPerFrameMetadataKeys(_)).Times(0); in setupComposerCallExpectations()
759 EXPECT_CALL(*test->mComposer, getPerFrameMetadataKeys(Display::HWC_DISPLAY_ID)) in setupComposerCallExpectations()
768 EXPECT_CALL(*test->mComposer, getPerFrameMetadataKeys(Display::HWC_DISPLAY_ID)) in setupComposerCallExpectations()
788 EXPECT_CALL(*test->mComposer, getPerFrameMetadataKeys(Display::HWC_DISPLAY_ID)) in setupComposerCallExpectations()
800 EXPECT_CALL(*test->mComposer, getPerFrameMetadataKeys(Display::HWC_DISPLAY_ID)) in setupComposerCallExpectations()
1630 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillOnce(Return(false)); in processesHotplugConnectCommon()
1647 EXPECT_CALL(*mComposer, in processesHotplugConnectCommon()
1693 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(false)); in processesHotplugDisconnectCommon()
1694 EXPECT_CALL(*mComposer, getDisplayIdentificationData(Case::Display::HWC_DISPLAY_ID, _, _)) in processesHotplugDisconnectCommon()
1744 EXPECT_CALL(*mComposer, in TEST_F()
1750 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(false)); in TEST_F()
1759 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(true)); in TEST_F()
1788 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(false)); in TEST_F()
1793 EXPECT_CALL(*mComposer, in TEST_F()
1836 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(false)); in TEST_F()
1863 EXPECT_CALL(*mComposer, in TEST_F()
1931 EXPECT_CALL(*mComposer, destroyVirtualDisplay(Case::Display::HWC_DISPLAY_ID)) in TEST_F()
1998 EXPECT_CALL(*mComposer, isUsingVrComposer()).WillRepeatedly(Return(false)); in TEST_F()
2770 EXPECT_CALL(*test->mComposer, getDisplayCapabilities(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
2787 EXPECT_CALL(*test->mComposer, getDisplayCapabilities(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
3026 EXPECT_CALL(*test->mComposer, getActiveConfig(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
3032 EXPECT_CALL(*test->mComposer, getDozeSupport(Display::HWC_DISPLAY_ID, _)) in setupComposerCallExpectations()
3035 EXPECT_CALL(*test->mComposer, setPowerMode(Display::HWC_DISPLAY_ID, mode)).Times(1); in setupComposerCallExpectations()
3039 EXPECT_CALL(*test->mComposer, setPowerMode(Display::HWC_DISPLAY_ID, _)).Times(0); in setupNoComposerPowerModeCallExpectations()