Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h124 case IComposerClient::Command::SET_LAYER_DATASPACE: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h432 beginCommand(IComposerClient::Command::SET_LAYER_DATASPACE, kSetLayerDataspaceLength); in setLayerDataspaceInternal()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h362 beginCommand(IQtiComposerClient::Command::SET_LAYER_DATASPACE, kSetLayerDataspaceLength); in setLayerDataspace()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal793 * For more about dataspaces, see SET_LAYER_DATASPACE.
991 * SET_LAYER_DATASPACE has this pseudo prototype
1131 SET_LAYER_DATASPACE = 0x403 << OPCODE_SHIFT,
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp956 TEST_P(GraphicsComposerHidlCommandTest, SET_LAYER_DATASPACE) { in TEST_P() argument