Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h141 static constexpr uint16_t kSelectDisplayLength = 2; variable
143 beginCommand(IComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h145 static constexpr uint16_t kSelectDisplayLength = 2; variable
147 beginCommand(IQtiComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h169 if (length != CommandWriterBase::kSelectDisplayLength) { in executeSelectDisplay()