Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h149 static constexpr uint16_t kSelectLayerLength = 2; variable
151 beginCommand(IComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h152 static constexpr uint16_t kSelectLayerLength = 2; variable
154 beginCommand(IQtiComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer()
DQtiComposerClient.cpp1328 if (length != CommandWriter::kSelectLayerLength) { in parseSelectLayer()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h180 if (length != CommandWriterBase::kSelectLayerLength) { in executeSelectLayer()