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