Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h282 static constexpr uint16_t kPresentDisplayLength = 0; variable
284 beginCommand(IComposerClient::Command::PRESENT_DISPLAY, kPresentDisplayLength); in presentDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h328 if (length != CommandWriterBase::kPresentDisplayLength) { in executePresentDisplay()