HomeSort by relevance Sort by last modified time
    Searched refs:getFreePlanes (Results 1 - 5 of 5) sorted by null

  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.h 35 virtual int getFreePlanes(int dsp, int type);
AnnPlaneManager.cpp 392 int AnnPlaneManager::getFreePlanes(int dsp, int type)
397 return DisplayPlaneManager::getFreePlanes(dsp, type);
  /hardware/intel/img/hwcomposer/include/
DisplayPlaneManager.h 70 virtual int getFreePlanes(int dsp, int type);
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 226 int DisplayPlaneManager::getFreePlanes(int dsp, int type)
  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.cpp 394 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_CURSOR);
445 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_OVERLAY);
497 int planeNumber = planeManager->getFreePlanes(mDisplayIndex, DisplayPlane::PLANE_SPRITE);
    [all...]

Completed in 219 milliseconds