Home
last modified time | relevance | path

Searched refs:mTotalPlaneCount (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/common/planes/
DDisplayPlaneManager.cpp24 : mTotalPlaneCount(0), in DisplayPlaneManager()
79mTotalPlaneCount = mSpritePlaneCount+ mOverlayPlaneCount+ mPrimaryPlaneCount + mCursorPlaneCount; in initialize()
80 if (mTotalPlaneCount == 0) { in initialize()
142 if (!mask || index < 0 || index > mTotalPlaneCount) in getPlane()
/hardware/intel/img/hwcomposer/include/
DDisplayPlaneManager.h90 int mTotalPlaneCount; variable