Searched refs:mdpCompPropStr (Results 1 – 3 of 3) sorted by relevance
187 char mdpCompPropStr[PROPERTY_VALUE_MAX]; in logHwcProps() local188 if (property_get("debug.mdpcomp.maxlayer", mdpCompPropStr, NULL) > 0) { in logHwcProps()189 sMdpCompMaxLayers = atoi(mdpCompPropStr); in logHwcProps()
191 char mdpCompPropStr[PROPERTY_VALUE_MAX]; in logHwcProps() local192 if (property_get("debug.mdpcomp.maxlayer", mdpCompPropStr, NULL) > 0) { in logHwcProps()193 sMdpCompMaxLayers = atoi(mdpCompPropStr); in logHwcProps()