Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp386 std::string stepValueMBLiteral = getXmlAttribute(cur, Attributes::stepValueMB); in deserialize() local
388 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize()