Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp244 bool parseStream(const XMLElement& xmlStream, Effects& effects, std::vector<Stream>* streams) { in parseStream() argument
245 const char* streamType = xmlStream.Attribute("type"); in parseStream()
247 ALOGE("stream must have a type: %s", dump(xmlStream)); in parseStream()
252 ALOGE("Invalid <stream|device> type %s: %s", streamType, dump(xmlStream)); in parseStream()
256 for (auto& xmlApply : getChildren(xmlStream, "apply")) { in parseStream()
321 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in parseWithPath() local
322 registerFailure(parseStream(xmlStream, config->effects, &config->preprocess)); in parseWithPath()
328 for (auto& xmlStream : getChildren(xmlPostprocess, "stream")) { in parseWithPath() local
329 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/PackageManagerServiceTests/server/src/com/android/server/pm/
DPackageSignaturesTest.java452 InputStream xmlStream = mContext.getResources().getAssets().open( in getXMLFromResources() local
454 TypedXmlPullParser result = Xml.resolvePullParser(xmlStream); in getXMLFromResources()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...