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

  /hardware/intel/img/hwcomposer/common/base/
HwcLayerList.h 102 int mDisplayIndex;
HwcLayerList.cpp 38 mDisplayIndex(disp)
340 if (!DisplayQuery::forceFbScaling(mDisplayIndex)) {
364 planeManager->reclaimPlane(mDisplayIndex, *plane);
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);
599 if (DisplayQuery::forceFbScaling(mDisplayIndex)) {
620 if (!planeManager->isValidZOrder(mDisplayIndex, mZOrderConfig)) {
625 if (!planeManager->assignPlanes(mDisplayIndex, mZOrderConfig)) {
649 zlayer->hwcLayer->attachPlane(zlayer->plane, mDisplayIndex);
    [all...]

Completed in 33 milliseconds