Home
last modified time | relevance | path

Searched refs:kValidateDisplayLength (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.h263 static constexpr uint16_t kValidateDisplayLength = 0; variable
265 beginCommand(IComposerClient::Command::VALIDATE_DISPLAY, kValidateDisplayLength); in validateDisplay()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h280 static constexpr uint16_t kValidateDisplayLength = 0; variable
282 beginCommand(IQtiComposerClient::Command::VALIDATE_DISPLAY, kValidateDisplayLength); in validateDisplay()
H A DQtiComposerClient.cpp1475 if (length != CommandWriter::kValidateDisplayLength) { in parseValidateDisplay()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h274 if (length != CommandWriterBase::kValidateDisplayLength) { in executeValidateDisplay()