Searched refs:xmlStream (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/config/src/ |
D | EffectsConfig.cpp | 235 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/ |
D | SoftApConfToXmlMigrationUtilTest.java | 190 InputStream xmlStream = SoftApConfToXmlMigrationUtil.convert( in testConversion() local 193 byte[] xmlBytes = readFully(xmlStream); in testConversion()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageSignaturesTest.java | 451 InputStream xmlStream = mContext.getResources().getAssets().open( in getXMLFromResources() local 454 result.setInput(xmlStream, StandardCharsets.UTF_8.name()); in getXMLFromResources()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |