Searched defs:stepValueMB (Results 1 - 2 of 2) sorted by relevance

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

Completed in 54 milliseconds