Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp85 static constexpr const char *stepValueMB = "stepValueMB"; /**< step value in millibel. */ member
386 std::string stepValueMBLiteral = getXmlAttribute(cur, Attributes::stepValueMB); in deserialize()
387 uint32_t stepValueMB; in deserialize() local
388 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize()
389 gain->setStepValueInMb(stepValueMB); in deserialize()