Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp122 const char AudioGainTraits::Attributes::stepValueMB[] = "stepValueMB"; member in android::AudioGainTraits::Attributes
160 string stepValueMBLiteral = getXmlAttribute(root, Attributes::stepValueMB); in deserialize()
161 uint32_t stepValueMB; in deserialize() local
162 if (!stepValueMBLiteral.empty() && convertTo(stepValueMBLiteral, stepValueMB)) { in deserialize()
163 gain->setStepValueInMb(stepValueMB); in deserialize()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DSerializer.h45 static const char stepValueMB[]; /**< step value in millibel. */ member