Lines Matching refs:plane
52 DisplayPlane *plane = mPlanes[i].itemAt(j); in deinitialize() local
53 plane->reset(); in deinitialize()
55 DEINIT_AND_DELETE_OBJ(plane); in deinitialize()
95 DisplayPlane* plane = allocPlane(j, i); in initialize() local
96 if (!plane) { in initialize()
100 mPlanes[i].push_back(plane); in initialize()
194 void DisplayPlaneManager::putPlane(int /* dsp */, DisplayPlane& plane) in putPlane() argument
201 index = plane.getIndex(); in putPlane()
202 type = plane.getType(); in putPlane()
257 void DisplayPlaneManager::reclaimPlane(int /* dsp */, DisplayPlane& plane) in reclaimPlane() argument
261 int index = plane.getIndex(); in reclaimPlane()
262 int type = plane.getType(); in reclaimPlane()
264 ALOGTRACE("reclaimPlane = %d, type = %d", index, plane.getType()); in reclaimPlane()
290 DisplayPlane* plane = mPlanes[i].itemAt(j); in disableReclaimedPlanes() local
292 ret = plane->isDisabled(); in disableReclaimedPlanes()
295 ret = plane->reset(); in disableReclaimedPlanes()
312 DisplayPlane* plane = (DisplayPlane *)mPlanes[i][j]; in isOverlayPlanesDisabled() local
313 if (plane && plane->getType() == DisplayPlane::PLANE_OVERLAY) { in isOverlayPlanesDisabled()
314 if (!plane->isDisabled()) in isOverlayPlanesDisabled()