HomeSort by relevance Sort by last modified time
    Searched refs:zorder (Results 1 - 25 of 41) sorted by null

1 2

  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlaneManager.h 34 return zorder < rhs.zorder;
38 int zorder; member in struct:android::intel::ZOrderLayer
52 return l->zorder - r->zorder;
DisplayPlane.h 109 virtual void setZOrder(int zorder);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 34 return zorder < rhs.zorder;
38 int zorder; member in struct:android::intel::ZOrderLayer
52 return l->zorder - r->zorder;
DisplayPlane.h 109 virtual void setZOrder(int zorder);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.h 41 bool assignPlanes(int dsp, ZOrderConfig& config, const char *zorder);
AnnPlaneManager.cpp 55 const char *zorder; member in struct:android::intel::ZOrderDescription
64 // in the zorder table.
293 if (assignPlanes(dsp, config, zorderDesc->zorder)) {
294 VTRACE("zorder assigned %s", zorderDesc->zorder);
301 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config, const char *zorder)
303 // zorder string does not include cursor plane, therefore cursor layer needs to be handled
304 // in a special way. Cursor layer must be on top of zorder and no more than one cursor layer.
307 if (zorder == NULL || size == 0) {
308 //DTRACE("invalid zorder or ZOrder config.")
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.h 41 bool assignPlanes(int dsp, ZOrderConfig& config, const char *zorder);
AnnPlaneManager.cpp 55 const char *zorder; member in struct:android::intel::ZOrderDescription
67 // in the zorder table.
258 if (assignPlanes(dsp, config, zorderDesc->zorder)) {
259 VLOGTRACE("zorder assigned %s", zorderDesc->zorder);
266 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config, const char *zorder)
268 // zorder string does not include cursor plane, therefore cursor layer needs to be handled
269 // in a special way. Cursor layer must be on top of zorder and no more than one cursor layer.
273 if (zorder == NULL || size == 0) {
274 //DLOGTRACE("invalid zorder or ZOrder config.")
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayerList.h 59 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
65 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
HwcLayerList.cpp 138 WTRACE("cursor layer is not on top of zorder");
239 // add layer to FB layer list for zorder check during plane assignment
345 ETRACE("ZOrder config is not cleaned up!");
395 ETRACE("ZOrder config is not cleaned up!");
448 ETRACE("ZOrder config is not cleaned up!");
494 // none assigned, use primary plane for frame buffer target and set zorder to 0
500 // all assigned, primary plane may be used during ZOrder config.
515 VTRACE("failed to use zorder %d for frame buffer target",
521 VTRACE("no possible zorder for frame buffer target");
528 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder)
991 long int zorder = -1; local
1075 int zorder = -1; local
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayerList.h 63 bool assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder = -1);
67 ZOrderLayer* addZOrderLayer(int type, HwcLayer *hwcLayer, int zorder = -1);
HwcLayerList.cpp 197 WLOGTRACE("cursor layer is not on top of zorder");
289 // add layer to FB layer list for zorder check during plane assignment
418 ELOGTRACE("ZOrder config is not cleaned up!");
469 ELOGTRACE("ZOrder config is not cleaned up!");
522 ELOGTRACE("ZOrder config is not cleaned up!");
568 // none assigned, use primary plane for frame buffer target and set zorder to 0
574 // all assigned, primary plane may be used during ZOrder config.
589 VLOGTRACE("failed to use zorder %d for frame buffer target",
595 VLOGTRACE("no possible zorder for frame buffer target");
602 bool HwcLayerList::assignPrimaryPlaneHelper(HwcLayer *hwcLayer, int zorder)
942 int zorder = -1; local
1026 int zorder = -1; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
RemoteSurfaceTrace.java 62 public void setLayer(int zorder) {
63 writeIntEvent("Layer", zorder);
64 super.setLayer(zorder);
SurfaceControlWithBackground.java 99 public void setLayer(int zorder) {
100 super.setLayer(zorder);
106 mBackgroundControl.setLayer(zorder - 1);
AppWindowAnimator.java 137 int zorder = anim.getZAdjustment(); local
139 if (zorder == Animation.ZORDER_TOP) {
141 } else if (zorder == Animation.ZORDER_BOTTOM) {
WindowSurfaceController.java 612 public void setLayer(int zorder) {
613 if (zorder != mLayer) {
614 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setLayer(" + zorder + "): OLD:" + this
616 mLayer = zorder;
618 super.setLayer(zorder);
625 if (s.mLayer < zorder) {
  /external/drm_hwcomposer/
platformnv.h 85 bool CheckLayer(size_t zorder, DrmHwcLayer *layer);
platformnv.cpp 278 bool PlanStageNvLimits::CheckLayer(size_t zorder, DrmHwcLayer *layer) {
294 if (zorder > 0 && layer->blending != DrmHwcBlending::kPreMult)
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp 118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
120 memset(&ctx->zorder, 0, sizeof(ctx->zorder));
TngSpritePlane.cpp 154 struct intel_dc_plane_zorder *zorder = (struct intel_dc_plane_zorder *)config; local
155 zorder->abovePrimary = 0;
216 struct intel_dc_plane_zorder *zorder = local
218 zorder->abovePrimary = mAbovePrimary ? 1 : 0;
TngPrimaryPlane.cpp 163 struct intel_dc_plane_zorder *zorder = local
165 zorder->forceBottom[mIndex] = mForceBottom ? 1 : 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 118 memcpy(&ctx->zorder, config, sizeof(ctx->zorder));
120 memset(&ctx->zorder, 0, sizeof(ctx->zorder));
  /frameworks/base/core/java/android/view/
SurfaceControl.java 60 private static native void nativeSetLayer(long nativeObject, int zorder);
62 int zorder);
474 public void setLayer(int zorder) {
476 nativeSetLayer(mNativeObject, zorder);
479 public void setRelativeLayer(IBinder relativeTo, int zorder) {
481 nativeSetRelativeLayer(mNativeObject, relativeTo, zorder);
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlane.cpp 373 void DisplayPlane::setZOrder(int zorder)
375 mZOrder = zorder;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlane.cpp 397 void DisplayPlane::setZOrder(int zorder)
399 mZOrder = zorder;

Completed in 1147 milliseconds

1 2