Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerHal.h113 virtual Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) = 0;
H A DComposerCommandEngine.h348 auto err = mHal->setLayerCursorPosition(mCurrentDisplay, mCurrentLayer, readSigned(), in executeSetLayerCursorPosition()
/aosp12/hardware/interfaces/graphics/composer/2.1/vts/functional/
H A DVtsHalGraphicsComposerV2_1TargetTest.cpp862 mWriter->setLayerCursorPosition(1, 1); in TEST_P()
863 mWriter->setLayerCursorPosition(0, 0); in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerClient.h111 V2_1::Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) override;
H A DFakeComposerClient.cpp410 V2_1::Error FakeComposerClient::setLayerCursorPosition(Display /*display*/, Layer /*layer*/, in setLayerCursorPosition() function in FakeComposerClient
/aosp12/frameworks/native/services/vr/hardware_composer/impl/
H A Dvr_hwc.h265 Error setLayerCursorPosition(Display display, Layer layer, int32_t x,
H A Dvr_hwc.cpp583 Error VrHwc::setLayerCursorPosition(Display display, Layer layer, int32_t x, in setLayerCursorPosition() function in android::dvr::VrHwc
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h289 void setLayerCursorPosition(int32_t x, int32_t y) { in setLayerCursorPosition() function
/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h306 void setLayerCursorPosition(int32_t x, int32_t y) { in setLayerCursorPosition() function
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h412 Error setLayerCursorPosition(Display display, Layer layer, int32_t x, int32_t y) override { in setLayerCursorPosition() function
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp632 mWriter.setLayerCursorPosition(x, y); in setCursorPosition()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal879 * setLayerCursorPosition(int32_t x, int32_t y);