Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1144 String8 getMPPStr(int typeId) { in getMPPStr() argument
1145 if (typeId < MPP_DPP_NUM){ in getMPPStr()
1148 if (available_otf_mpp_units[i].physicalType == typeId) in getMPPStr()
1154 if (AVAILABLE_M2M_MPP_UNITS[i].physicalType == typeId) in getMPPStr()
1159 result.appendFormat("? %08x", typeId); in getMPPStr()
DExynosHWCHelper.h479 String8 getMPPStr(int typeId);