Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h155 static constexpr uint16_t kSetErrorLength = 2; variable
157 beginCommand(IComposerClient::Command::SET_ERROR, kSetErrorLength); in setError()
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h159 static constexpr uint16_t kSetErrorLength = 2; variable
161 beginCommand(IQtiComposerClient::Command::SET_ERROR, kSetErrorLength); in setError()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp1320 if (length != CommandWriterBase::kSetErrorLength) { in parseSetError()