Home
last modified time | relevance | path

Searched defs:setLayerCursorPosition (Results 1 – 5 of 5) sorted by relevance

/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/tests/fakehwc/
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.cpp583 Error VrHwc::setLayerCursorPosition(Display display, Layer layer, int32_t x, in setLayerCursorPosition() function in android::dvr::VrHwc