Home
last modified time | relevance | path

Searched defs:mustValidate (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h300 void setMustValidateState(bool mustValidate) { mMustValidate = mustValidate; } in setMustValidateState()
302 bool mustValidate() const { return mMustValidate; } in mustValidate() function
431 void setDisplayMustValidateState(Display display, bool mustValidate) { in setDisplayMustValidateState()