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

  /hardware/libhardware/include/hardware/
hwcomposer_defs.h 85 * this layer. If a call to prepare() returns HWC_CURSOR_OVERLAY for the
118 HWC_CURSOR_OVERLAY = 5
  /hardware/intel/img/hwcomposer/common/base/
HwcLayer.cpp 142 mLayer->compositionType = HWC_CURSOR_OVERLAY;
HwcLayerList.cpp 834 hwcLayer->getCompositionType() == HWC_CURSOR_OVERLAY)) {
960 type = "HWC_CURSOR_OVERLAY";
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 696 if (l.compositionType == HWC_CURSOR_OVERLAY) {
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 533 if (layer.getCompositionType() == HWC_OVERLAY || layer.getCompositionType() == HWC_CURSOR_OVERLAY) {
    [all...]
SurfaceFlinger.cpp     [all...]

Completed in 373 milliseconds