Home | History | Annotate | Download | only in planes

Lines Matching defs:DisplayPlaneManager

18 #include <DisplayPlaneManager.h>
23 DisplayPlaneManager::DisplayPlaneManager()
39 DisplayPlaneManager::~DisplayPlaneManager()
44 void DisplayPlaneManager::deinitialize()
63 bool DisplayPlaneManager::initialize()
109 int DisplayPlaneManager::getPlane(uint32_t& mask)
125 void DisplayPlaneManager::putPlane(int index, uint32_t& mask)
140 int DisplayPlaneManager::getPlane(uint32_t& mask, int index)
154 DisplayPlane* DisplayPlaneManager::getPlane(int type, int index)
174 DisplayPlane* DisplayPlaneManager::getAnyPlane(int type)
194 void DisplayPlaneManager::putPlane(int /* dsp */, DisplayPlane& plane)
212 bool DisplayPlaneManager::isFreePlane(int type, int index)
226 int DisplayPlaneManager::getFreePlanes(int dsp, int type)
257 void DisplayPlaneManager::reclaimPlane(int /* dsp */, DisplayPlane& plane)
277 void DisplayPlaneManager::disableReclaimedPlanes()
308 bool DisplayPlaneManager::isOverlayPlanesDisabled()
323 void DisplayPlaneManager::dump(Dump& d)