Home | History | Annotate | Download | only in anniedale

Lines Matching refs:zorder

55     const char *zorder;
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.");
278 int zorderLen = (int)strlen(zorder);
284 ELOGTRACE("invalid zorder of cursor layer");
298 char id = *(zorder + i);
346 char id = *(zorder + i);
376 DLOGTRACE("config size %d, zorder %s", size, zorder);
379 ILOGTRACE("%d: plane type %d, index %d, zorder %d",
380 i, l->planeType, l->plane->getIndex(), l->zorder);