Home
last modified time | relevance | path

Searched refs:getFreePlanes (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnPlaneManager.h35 virtual int getFreePlanes(int dsp, int type);
DAnnPlaneManager.cpp392 int AnnPlaneManager::getFreePlanes(int dsp, int type) in getFreePlanes() function in android::intel::AnnPlaneManager
397 return DisplayPlaneManager::getFreePlanes(dsp, type); in getFreePlanes()
/hardware/intel/img/hwcomposer/include/
DDisplayPlaneManager.h70 virtual int getFreePlanes(int dsp, int type);
/hardware/intel/img/hwcomposer/common/base/
DHwcLayerList.cpp399 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()
/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp226 int DisplayPlaneManager::getFreePlanes(int dsp, int type) in getFreePlanes() function in android::intel::DisplayPlaneManager