Lines Matching refs:DisplayPlane
20 #include <DisplayPlane.h>
39 DisplayPlane *plane;
71 virtual void reclaimPlane(int dsp, DisplayPlane& plane);
81 DisplayPlane* getPlane(int type, int index);
82 DisplayPlane* getAnyPlane(int type);
84 void putPlane(int dsp, DisplayPlane& plane);
86 virtual DisplayPlane* allocPlane(int index, int type) = 0;
89 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];