OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetCursorPosition
(Results
1 - 7
of
7
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.h
76
virtual int
SetCursorPosition
(int x, int y) { return 0; }
hwc_display.cpp
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp
793
DisplayError DisplayBase::
SetCursorPosition
(int x, int y) {
801
return hw_intf_->
SetCursorPosition
(&hw_layers_, x, y);
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp
[
all
...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp
[
all
...]
hwc_session.cpp
447
static int32_t
SetCursorPosition
(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
449
return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::
SetCursorPosition
, layer, x,
642
case HWC2::FunctionDescriptor::
SetCursorPosition
:
643
return AsFP<HWC2_PFN_SET_CURSOR_POSITION>(
SetCursorPosition
);
[
all
...]
/hardware/libhardware/include/hardware/
hwcomposer2.h
126
* asynchronously through
setCursorPosition
. If this functionality is not
133
* HWC2_COMPOSITION_DEVICE will prevent the use of
setCursorPosition
but
434
case HWC2_FUNCTION_SET_CURSOR_POSITION: return "
SetCursorPosition
";
626
SetCursorPosition
= HWC2_FUNCTION_SET_CURSOR_POSITION,
[
all
...]
Completed in 259 milliseconds