Home
last modified time | relevance | path

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

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