Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h255 static constexpr uint16_t kSetOutputBufferLength = 3; variable
257 beginCommand(IComposerClient::Command::SET_OUTPUT_BUFFER, kSetOutputBufferLength); in setOutputBuffer()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h270 static constexpr uint16_t kSetOutputBufferLength = 3; variable
273 beginCommand(IQtiComposerClient::Command::SET_OUTPUT_BUFFER, kSetOutputBufferLength); in setOutputBuffer()
DQtiComposerClient.cpp1389 if (length != CommandWriter::kSetOutputBufferLength) { in parseSetOutputBuffer()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h243 if (length != CommandWriterBase::kSetOutputBufferLength) { in executeSetOutputBuffer()