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

  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlaneManager.cpp 24 : mTotalPlaneCount(0),
79 mTotalPlaneCount = mSpritePlaneCount+ mOverlayPlaneCount+ mPrimaryPlaneCount + mCursorPlaneCount;
80 if (mTotalPlaneCount == 0) {
142 if (!mask || index < 0 || index > mTotalPlaneCount)
  /hardware/intel/img/hwcomposer/include/
DisplayPlaneManager.h 90 int mTotalPlaneCount;

Completed in 2758 milliseconds