Home
last modified time | relevance | path

Searched refs:kSetLayerBufferLength (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.h297 static constexpr uint16_t kSetLayerBufferLength = 3; variable
299 beginCommand(IComposerClient::Command::SET_LAYER_BUFFER, kSetLayerBufferLength); in setLayerBuffer()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h314 static constexpr uint16_t kSetLayerBufferLength = 3; variable
317 beginCommand(IQtiComposerClient::Command::SET_LAYER_BUFFER, kSetLayerBufferLength); in setLayerBuffer()
H A DQtiComposerClient.cpp1615 if (length != CommandWriter::kSetLayerBufferLength) { in parseSetLayerBuffer()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h358 if (length != CommandWriterBase::kSetLayerBufferLength) { in executeSetLayerBuffer()