HomeSort by relevance Sort by last modified time
    Searched refs:HWC_IS_CURSOR_LAYER (Results 1 - 8 of 8) sorted by null

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 146 * HWC_IS_CURSOR_LAYER is set by surfaceflinger to indicate that this
153 HWC_IS_CURSOR_LAYER = 0x00000002
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp     [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.cpp 132 if (!(layer.flags & HWC_IS_CURSOR_LAYER)) {
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.cpp 191 if (!(layer.flags & HWC_IS_CURSOR_LAYER)) {
    [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp     [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp     [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 524 layer->flags.cursor = ((hwc_layer.flags & HWC_IS_CURSOR_LAYER) > 0);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display.cpp 651 layer->flags.cursor = ((hwc_layer.flags & HWC_IS_CURSOR_LAYER) > 0);
    [all...]

Completed in 3310 milliseconds