Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp59 const uint32_t blkId = currentMPP->getHWBlockId(); in checkTDMResource()
127 uint32_t currentBlockId = currentMPP->getHWBlockId(); in isHWResourceAvailable()
132 if ((currentBlockId == otfMPP->getHWBlockId()) && isOverlapped(display, mppSrc, layer)) in isHWResourceAvailable()
466 uint32_t bId = mpp->getHWBlockId(); in otfMppReordering()
554 const uint32_t blockId = compOtfMPP->getHWBlockId(); in getAmounts()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h704 virtual uint32_t getHWBlockId() { return mHWBlockId; } in getHWBlockId() function