Searched refs:streamTypeXml (Results 1 – 1 of 1) sorted by relevance
428 std::string streamTypeXml = getXmlAttribute(child, Attributes::streamType); in deserialize() local429 if (streamTypeXml.empty()) { in deserialize()432 ALOGV("%s: %s = %s", __FUNCTION__, Attributes::streamType, streamTypeXml.c_str()); in deserialize()433 if (not StreamTypeConverter::fromString(streamTypeXml.c_str(), streamType)) { in deserialize()434 ALOGE("Invalid stream type %s", streamTypeXml.c_str()); in deserialize()