Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h283 static constexpr uint16_t kPresentDisplayLength = 0; variable
285 beginCommand(IComposerClient::Command::PRESENT_DISPLAY, kPresentDisplayLength); in presentDisplay()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h299 static constexpr uint16_t kPresentDisplayLength = 0; variable
301 beginCommand(IQtiComposerClient::Command::PRESENT_DISPLAY, kPresentDisplayLength); in presentDisplay()
DQtiComposerClient.cpp1553 if (length != CommandWriter::kPresentDisplayLength) { in parsePresentDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h325 if (length != CommandWriterBase::kPresentDisplayLength) { in executePresentDisplay()