Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp1101 …result.appendFormat("[%s: 0x%" PRIx64 "] ", mDisplay->mResourceManager->getOtfMPP(i)->mName.c_str(… in dump()
1102 mCheckMPPFlag[mDisplay->mResourceManager->getOtfMPP(i)->mLogicalType]); in dump()
1163 …result.appendFormat("[%s: 0x%" PRIx64 "] ", mDisplay->mResourceManager->getOtfMPP(i)->mName.c_str(… in printLayer()
1164 mCheckMPPFlag[mDisplay->mResourceManager->getOtfMPP(i)->mLogicalType]); in printLayer()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h164 ExynosMPP* getOtfMPP(uint32_t index) {return mOtfMPPs[index];}; in getOtfMPP() function