Searched refs:encodedFormatsLiteral (Results 1 – 1 of 1) sorted by relevance
564 std::string encodedFormatsLiteral = getXmlAttribute(cur, Attributes::encodedFormats); in deserialize() local565 ALOGV("%s: %s %s=%s", __func__, tag, Attributes::encodedFormats, encodedFormatsLiteral.c_str()); in deserialize()567 if (!encodedFormatsLiteral.empty()) { in deserialize()568 encodedFormats = formatsFromString(encodedFormatsLiteral, " "); in deserialize()