Searched refs:HWC_DISPLAY_ID (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 398 static constexpr std::optional<HWDisplayId> value = PhysicalDisplay::HWC_DISPLAY_ID; 511 static constexpr HWDisplayId HWC_DISPLAY_ID = hwcDisplayId; member 522 HotplugEvent{HWC_DISPLAY_ID, connection}); in injectPendingHotplugEvent() 531 .setHwcDisplayId(HWC_DISPLAY_ID) in injectHwcDisplayWithNoDefaultCapabilities() 541 EXPECT_CALL(*test->mComposer, getDisplayCapabilities(HWC_DISPLAY_ID, _)) in injectHwcDisplay() 544 EXPECT_CALL(*test->mComposer, setPowerMode(HWC_DISPLAY_ID, INIT_POWER_MODE)) in injectHwcDisplay() 574 EXPECT_CALL(*test->mComposer, getDisplayConnectionType(HWC_DISPLAY_ID, _)) in setupHwcHotplugCallExpectations() 579 EXPECT_CALL(*test->mComposer, getDisplayConfigs(HWC_DISPLAY_ID, _)) in setupHwcHotplugCallExpectations() 583 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations() 587 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations() [all …]
|