Searched refs:HWC_IS_CURSOR_LAYER (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dhwcomposer_defs.h146 * HWC_IS_CURSOR_LAYER is set by surfaceflinger to indicate that this
153 HWC_IS_CURSOR_LAYER = 0x00000002 enumerator in enum:__anon1397
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp132 if (!(layer.flags & HWC_IS_CURSOR_LAYER)) {
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp191 if (!(layer.flags & HWC_IS_CURSOR_LAYER)) {
/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1582 if ((hwcLayer.flags & HWC_IS_CURSOR_LAYER) != 0) {
2321 hwc1Layer.hints |= HWC_IS_CURSOR_LAYER;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.cpp524 layer->flags.cursor = ((hwc_layer.flags & HWC_IS_CURSOR_LAYER) > 0);
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_display.cpp651 layer->flags.cursor = ((hwc_layer.flags & HWC_IS_CURSOR_LAYER) > 0);

Completed in 107 milliseconds