Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
H A DComposerCommandEngine.h64 mResources->setDisplayMustValidateState(mCurrentDisplay, false); in executeValidateDisplayInternal()
H A DComposerClient.h73 mResources->setDisplayMustValidateState(display, true); in onRefresh()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/include/composer-resources/2.1/
H A DComposerResources.h180 void setDisplayMustValidateState(Display display, bool mustValidate);
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerClient.h114 mResources->setDisplayMustValidateState(display, true); in onRefresh()
H A DComposerCommandEngine.h158 mResources->setDisplayMustValidateState(mCurrentDisplay, false); in executeValidateDisplayInternal()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/resources/
H A DComposerResources.cpp421 void ComposerResources::setDisplayMustValidateState(Display display, bool mustValidate) { in setDisplayMustValidateState() function in android::hardware::graphics::composer::V2_1::hal::ComposerResources