Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h253 mMustValidate(true) {} in ComposerDisplayResource()
300 void setMustValidateState(bool mustValidate) { mMustValidate = mustValidate; } in setMustValidateState()
302 bool mustValidate() const { return mMustValidate; } in mustValidate()
308 bool mMustValidate; variable