Searched refs:mTotalPlaneCount (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/planes/
H A DDisplayPlaneManager.cpp24 : mTotalPlaneCount(0),
79 mTotalPlaneCount = mSpritePlaneCount+ mOverlayPlaneCount+ mPrimaryPlaneCount + mCursorPlaneCount;
80 if (mTotalPlaneCount == 0) {
142 if (!mask || index < 0 || index > mTotalPlaneCount)
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
H A DDisplayPlaneManager.cpp24 : mTotalPlaneCount(0),
79 mTotalPlaneCount = mSpritePlaneCount+ mOverlayPlaneCount+ mPrimaryPlaneCount + mCursorPlaneCount;
80 if (mTotalPlaneCount == 0) {
142 if (!mask || index < 0 || index > mTotalPlaneCount)
/hardware/intel/img/hwcomposer/merrifield/include/
H A DDisplayPlaneManager.h90 int mTotalPlaneCount; member in class:android::intel::DisplayPlaneManager
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDisplayPlaneManager.h90 int mTotalPlaneCount; member in class:android::intel::DisplayPlaneManager

Completed in 258 milliseconds