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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 149 * this layer. If a call to prepare() returns HWC_CURSOR_OVERLAY for the
182 HWC_CURSOR_OVERLAY = 5
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 162 mLayer->compositionType = HWC_CURSOR_OVERLAY;
HwcLayerList.cpp 886 hwcLayer->getCompositionType() == HWC_CURSOR_OVERLAY)) {
1012 type = "HWC_CURSOR_OVERLAY";
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 142 mLayer->compositionType = HWC_CURSOR_OVERLAY;
HwcLayerList.cpp 828 hwcLayer->getCompositionType() == HWC_CURSOR_OVERLAY)) {
954 type = "HWC_CURSOR_OVERLAY";
  /external/drm_hwcomposer/
hwcomposer.cpp 439 case HWC_CURSOR_OVERLAY:
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp     [all...]
HWComposer_hwc1.cpp 719 if (l.compositionType == HWC_CURSOR_OVERLAY) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 914 case kCompositionHWCursor: *target = HWC_CURSOR_OVERLAY; break;
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp     [all...]
Layer.cpp 819 if (layer.getCompositionType() == HWC_OVERLAY || layer.getCompositionType() == HWC_CURSOR_OVERLAY) {
    [all...]

Completed in 1392 milliseconds