Home
last modified time | relevance | path

Searched refs:setLayerCursorPosition (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h113 virtual Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) = 0;
DComposerCommandEngine.h351 auto err = mHal->setLayerCursorPosition(mCurrentDisplay, mCurrentLayer, readSigned(), in executeSetLayerCursorPosition()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp872 mWriter->setLayerCursorPosition(1, 1); in TEST_F()
873 mWriter->setLayerCursorPosition(0, 0); in TEST_F()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h289 void setLayerCursorPosition(int32_t x, int32_t y) { in setLayerCursorPosition() function
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h412 Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) override { in setLayerCursorPosition() function
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal879 * setLayerCursorPosition(int32_t x, int32_t y);