Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h141 static constexpr uint16_t kSelectDisplayLength = 2; variable
143 beginCommand(IComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h145 static constexpr uint16_t kSelectDisplayLength = 2; variable
147 beginCommand(IQtiComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay()
H A DQtiComposerClient.cpp1316 if (length != CommandWriter::kSelectDisplayLength) { in parseSelectDisplay()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h169 if (length != CommandWriterBase::kSelectDisplayLength) { in executeSelectDisplay()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp1309 if (length != CommandWriterBase::kSelectDisplayLength) { in parseSelectDisplay()