Searched refs:getFreePlanes (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
H A DAnnPlaneManager.h35 virtual int getFreePlanes(int dsp, int type);
H A DAnnPlaneManager.cpp429 int AnnPlaneManager::getFreePlanes(int dsp, int type) function in class:android::intel::AnnPlaneManager
434 return DisplayPlaneManager::getFreePlanes(dsp, type);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.h35 virtual int getFreePlanes(int dsp, int type);
H A DAnnPlaneManager.cpp392 int AnnPlaneManager::getFreePlanes(int dsp, int type) function in class:android::intel::AnnPlaneManager
397 return DisplayPlaneManager::getFreePlanes(dsp, type);
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h70 virtual int getFreePlanes(int dsp, int type);
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h70 virtual int getFreePlanes(int dsp, int type);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngPlaneManager.cpp127 if (!getFreePlanes(dsp, layer->planeType)) {
/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlaneManager.cpp226 int DisplayPlaneManager::getFreePlanes(int dsp, int type) function in class:android::intel::DisplayPlaneManager
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlaneManager.cpp226 int DisplayPlaneManager::getFreePlanes(int dsp, int type) function in class:android::intel::DisplayPlaneManager
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp327 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
377 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY);
429 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp400 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
451 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY);
503 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);

Completed in 384 milliseconds