Searched refs:getFreePlanes (Results 1 – 5 of 5) sorted by relevance
35 virtual int getFreePlanes(int dsp, int type);
392 int AnnPlaneManager::getFreePlanes(int dsp, int type) in getFreePlanes() function in android::intel::AnnPlaneManager397 return DisplayPlaneManager::getFreePlanes(dsp, type); in getFreePlanes()
70 virtual int getFreePlanes(int dsp, int type);
399 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR); in assignCursorPlanes()450 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY); in assignOverlayPlanes()502 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE); in assignSpritePlanes()
226 int DisplayPlaneManager::getFreePlanes(int dsp, int type) in getFreePlanes() function in android::intel::DisplayPlaneManager