Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h116 case IComposerClient::Command::SET_LAYER_SURFACE_DAMAGE: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h310 beginCommand(IComposerClient::Command::SET_LAYER_SURFACE_DAMAGE, length); in setLayerSurfaceDamage()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h328 beginCommand(IQtiComposerClient::Command::SET_LAYER_SURFACE_DAMAGE, length); in setLayerSurfaceDamage()
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal796 * the description of SET_LAYER_SURFACE_DAMAGE.
932 * SET_LAYER_SURFACE_DAMAGE has this pseudo prototype
1125 SET_LAYER_SURFACE_DAMAGE = 0x302 << OPCODE_SHIFT,
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp889 TEST_P(GraphicsComposerHidlCommandTest, SET_LAYER_SURFACE_DAMAGE) { in TEST_P() argument