Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h269 static constexpr uint16_t kPresentOrValidateDisplayLength = 0; variable
272 kPresentOrValidateDisplayLength); in presentOrvalidateDisplay()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h286 static constexpr uint16_t kPresentOrValidateDisplayLength = 0; variable
289 kPresentOrValidateDisplayLength); in presentOrvalidateDisplay()
H A DQtiComposerClient.cpp1561 if (length != CommandWriter::kPresentOrValidateDisplayLength) { in parsePresentOrValidateDisplay()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h282 if (length != CommandWriterBase::kPresentOrValidateDisplayLength) { in executePresentOrValidateDisplay()