Searched refs:encodedFormatsLiteral (Results 1 – 1 of 1) sorted by relevance
549 std::string encodedFormatsLiteral = getXmlAttribute(cur, Attributes::encodedFormats); in deserialize() local550 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()