Home
last modified time | relevance | path

Searched refs:PLANE_MAX (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp32 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) { in DisplayPlaneManager()
49 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) { in deinitialize()
85 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) { in initialize()
90 for (i = 0; i < DisplayPlane::PLANE_MAX; i++) { in initialize()
158 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in getPlane()
178 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in getAnyPlane()
204 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in putPlane()
214 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in isFreePlane()
235 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in getFreePlanes()
266 if (type < 0 || type >= DisplayPlane::PLANE_MAX) { in reclaimPlane()
[all …]
/hardware/intel/img/hwcomposer/include/
DDisplayPlaneManager.h89 int mPlaneCount[DisplayPlane::PLANE_MAX];
96 Vector<DisplayPlane*> mPlanes[DisplayPlane::PLANE_MAX];
99 uint32_t mFreePlanes[DisplayPlane::PLANE_MAX];
100 uint32_t mReclaimedPlanes[DisplayPlane::PLANE_MAX];
DDisplayPlane.h55 PLANE_MAX, enumerator