Searched refs:mReclaimedPlanes (Results 1 – 6 of 6) sorted by relevance
35 mReclaimedPlanes[i] = 0; in DisplayPlaneManager()163 int freePlaneIndex = getPlane(mReclaimedPlanes[type], index); in getPlane()183 int freePlaneIndex = getPlane(mReclaimedPlanes[type]); in getAnyPlane()219 int freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in isFreePlane()241 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes()271 putPlane(index, mReclaimedPlanes[type]); in reclaimPlane()286 if (mReclaimedPlanes[i]) { in disableReclaimedPlanes()289 if (mReclaimedPlanes[i] & bit) { in disableReclaimedPlanes()300 mReclaimedPlanes[i] &= ~bit; in disableReclaimedPlanes()332 mReclaimedPlanes[DisplayPlane::PLANE_SPRITE]); in dump()[all …]
100 uint32_t mReclaimedPlanes[DisplayPlane::PLANE_MAX]; variable
405 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes()
442 uint32_t freePlanes = mFreePlanes[type] | mReclaimedPlanes[type]; in getFreePlanes()