Searched refs:setLayerCursorPosition (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerHal.h | 113 virtual Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) = 0;
|
D | ComposerCommandEngine.h | 351 auto err = mHal->setLayerCursorPosition(mCurrentDisplay, mCurrentLayer, readSigned(), in executeSetLayerCursorPosition()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 872 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/ |
D | ComposerCommandBuffer.h | 289 void setLayerCursorPosition(int32_t x, int32_t y) { in setLayerCursorPosition() function
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 412 Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) override { in setLayerCursorPosition() function
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 879 * setLayerCursorPosition(int32_t x, int32_t y);
|