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.cpp549 std::string encodedFormatsLiteral = getXmlAttribute(cur, Attributes::encodedFormats); in deserialize() local
550 ALOGV("%s: %s %s=%s", __func__, tag, Attributes::encodedFormats, encodedFormatsLiteral.c_str()); in deserialize()
552 if (!encodedFormatsLiteral.empty()) { in deserialize()
553 encodedFormats = formatsFromString(encodedFormatsLiteral, " "); in deserialize()