Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h288 static constexpr uint16_t kSetLayerCursorPositionLength = 2; variable
291 kSetLayerCursorPositionLength); in setLayerCursorPosition()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h305 static constexpr uint16_t kSetLayerCursorPositionLength = 2; variable
308 kSetLayerCursorPositionLength); in setLayerCursorPosition()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h344 if (length != CommandWriterBase::kSetLayerCursorPositionLength) { in executeSetLayerCursorPosition()