Searched refs:PLANE_CURSOR (Results 1 – 5 of 5) sorted by relevance
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnPlaneManager.cpp | 47 {'I', DisplayPlane::PLANE_CURSOR, 0}, // nickname for cursor A 48 {'J', DisplayPlane::PLANE_CURSOR, 1}, // nickname for cursor B 49 {'K', DisplayPlane::PLANE_CURSOR, 2} // nickname for cursor C 153 case DisplayPlane::PLANE_CURSOR: in allocPlane() 190 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 210 config[i]->planeType != DisplayPlane::PLANE_CURSOR) { in isValidZOrder() 282 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes() 337 if (config[i]->planeType == DisplayPlane::PLANE_CURSOR) { in assignPlanes()
|
D | AnnCursorPlane.cpp | 28 : DisplayPlane(index, PLANE_CURSOR, disp) in AnnCursorPlane()
|
/hardware/intel/img/hwcomposer/common/planes/ |
D | DisplayPlaneManager.cpp | 77 mPlaneCount[DisplayPlane::PLANE_CURSOR] = mCursorPlaneCount; in initialize() 243 type == DisplayPlane::PLANE_CURSOR) { in getFreePlanes() 342 mPlaneCount[DisplayPlane::PLANE_CURSOR], in dump() 343 mFreePlanes[DisplayPlane::PLANE_CURSOR], in dump() 344 mReclaimedPlanes[DisplayPlane::PLANE_CURSOR]); in dump()
|
/hardware/intel/img/hwcomposer/include/ |
D | DisplayPlane.h | 54 PLANE_CURSOR, enumerator
|
/hardware/intel/img/hwcomposer/common/base/ |
D | HwcLayerList.cpp | 399 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); in assignCursorPlanes() 433 ZOrderLayer *zlayer = addZOrderLayer(DisplayPlane::PLANE_CURSOR, mCursorCandidates[i]); in assignCursorPlanes() 636 if (zlayer->plane->getType() == DisplayPlane::PLANE_CURSOR) { in attachPlanes() 980 case DisplayPlane::PLANE_CURSOR: in dump()
|