Home
last modified time | relevance | path

Searched refs:xmlStream (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp235 bool parseStream(const XMLElement& xmlStream, Effects& effects, std::vector<Stream>* streams) { in parseStream() argument
236 const char* streamType = xmlStream.Attribute("type"); in parseStream()
238 ALOGE("stream must have a type: %s", dump(xmlStream)); in parseStream()
243 ALOGE("Invalid <stream|device> type %s: %s", streamType, dump(xmlStream)); in parseStream()
247 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream()
312 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in parseWithPath() local
313 registerFailure(parseStream(xmlStream, config->effects, &config->preprocess)); in parseWithPath()
319 for (auto& xmlStream : getChildren(xmlPostprocess, "stream")) { in parseWithPath() local
320 registerFailure(parseStream(xmlStream, config->effects, &config->postprocess)); in parseWithPath()
/frameworks/base/wifi/tests/src/android/net/wifi/
DSoftApConfToXmlMigrationUtilTest.java190 InputStream xmlStream = SoftApConfToXmlMigrationUtil.convert( in testConversion() local
193 byte[] xmlBytes = readFully(xmlStream); in testConversion()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageSignaturesTest.java451 InputStream xmlStream = mContext.getResources().getAssets().open( in getXMLFromResources() local
454 result.setInput(xmlStream, StandardCharsets.UTF_8.name()); in getXMLFromResources()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...