Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp510 std::string encodedFormatsLiteral = getXmlAttribute(cur, Attributes::encodedFormats); in deserialize() local
511 ALOGV("%s: %s %s=%s", __func__, tag, Attributes::encodedFormats, encodedFormatsLiteral.c_str()); in deserialize()
513 if (!encodedFormatsLiteral.empty()) { in deserialize()
514 encodedFormats = formatsFromString(encodedFormatsLiteral, " "); in deserialize()