Searched refs:setCursorPosition (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 413 int32_t err = mDispatch.setCursorPosition(mDevice, display, layer, x, y); in setLayerCursorPosition() 545 !initDispatch(HWC2_FUNCTION_SET_CURSOR_POSITION, &mDispatch.setCursorPosition) || in initDispatch() 647 HWC2_PFN_SET_CURSOR_POSITION setCursorPosition; member
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 536 HWC2::Error setCursorPosition(int32_t x, int32_t y);
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 513 HWC2::Error setCursorPosition(int32_t x, int32_t y);
|
D | HWC2On1Adapter.cpp | 290 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction() 291 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction() 2011 Error HWC2On1Adapter::Layer::setCursorPosition(int32_t x, int32_t y) in setCursorPosition() function in android::HWC2On1Adapter::Layer
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 257 layerHook<decltype(&Layer::setCursorPosition), in doGetFunction() 258 &Layer::setCursorPosition, int32_t, int32_t>); in doGetFunction() 1937 Error HWC2On1Adapter::Layer::setCursorPosition(int32_t x, int32_t y) { in setCursorPosition() function in android::HWC2On1Adapter::Layer
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 168 * asynchronously through setCursorPosition. If this functionality is 175 * the use of setCursorPosition but still permit the device to
|