Home
last modified time | relevance | path

Searched refs:HWAttrs (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp48 HWAttrs.at(TDM_ATTR_WCG).loadSharing = in ExynosResourceManagerModule()
92 for (auto attr = HWAttrs.begin(); attr != HWAttrs.end(); attr++) { in checkTDMResource()
162 const auto &TDMInfoIdx = (HWAttrs.at(tdmAttrId).loadSharing == LS_DPUF) in setupHWResource()
188 for (auto attr = HWAttrs.begin(); attr != HWAttrs.end(); attr++) { in setDisplaysTDMInfo()
212 for (auto attr = HWAttrs.begin(); attr != HWAttrs.end(); attr++) { in setDisplaysTDMInfo()
375 for (auto it = HWAttrs.begin(); it != HWAttrs.end(); it++) { in calculateHWResourceAmount()
561 for (auto attr = HWAttrs.begin(); attr != HWAttrs.end(); attr++) { in getAmounts()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPPType.h112 extern std::unordered_map<tdm_attr_t, TDMInfo_t> HWAttrs;
DExynosMPP.cpp52 std::unordered_map<tdm_attr_t, TDMInfo_t> HWAttrs = { variable