Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp412 static constexpr int HWC_ACTIVE_CONFIG_ID = 2001; member
430 .setActiveConfig(HWC_ACTIVE_CONFIG_ID) in injectHwcDisplayWithNoDefaultCapabilities()
454 .WillOnce(DoAll(SetArgPointee<1>(std::vector<unsigned>{HWC_ACTIVE_CONFIG_ID}), in setupHwcHotplugCallExpectations()
457 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations()
461 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations()
465 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations()
469 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations()
473 getDisplayAttribute(HWC_DISPLAY_ID, HWC_ACTIVE_CONFIG_ID, in setupHwcHotplugCallExpectations()
491 .WillRepeatedly(DoAll(SetArgPointee<1>(HWC_ACTIVE_CONFIG_ID), Return(Error::NONE))); in setupHwcGetActiveConfigCallExpectations()
3027 .WillRepeatedly(DoAll(SetArgPointee<1>(Display::HWC_ACTIVE_CONFIG_ID), in setupComposerCallExpectations()