Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/engine/config/src/
DEngineConfig.cpp171 if (!xmlStrcmp(root->name, (const xmlChar *)collectionTag)) { in getReference()
173 if ((!xmlStrcmp(cur->name, (const xmlChar *)gReferenceElementName))) { in getReference()
192 if (xmlStrcmp(cur->name, (const xmlChar *)Trait::collectionTag) && in deserializeCollection()
193 xmlStrcmp(cur->name, (const xmlChar *)Trait::tag)) { in deserializeCollection()
197 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::collectionTag)) { in deserializeCollection()
201 if (!xmlStrcmp(child->name, (const xmlChar *)Trait::tag)) { in deserializeCollection()
208 if (!xmlStrcmp(cur->name, (const xmlChar *)Trait::tag)) { in deserializeCollection()
220 if (!xmlStrcmp(cur->name, (const xmlChar *)("ContentType"))) { in parseAttributes()
230 if (!xmlStrcmp(cur->name, (const xmlChar *)("Usage"))) { in parseAttributes()
240 if (!xmlStrcmp(cur->name, (const xmlChar *)("Flags"))) { in parseAttributes()
[all …]
/frameworks/minikin/tests/util/
DFontTestUtils.cpp56 if (xmlStrcmp(familyNode->name, (const xmlChar*)"family") != 0) { in getFontFamilies()
63 if (xmlStrcmp(variantXmlch, (const xmlChar*)"elegant") == 0) { in getFontFamilies()
65 } else if (xmlStrcmp(variantXmlch, (const xmlChar*)"compact") == 0) { in getFontFamilies()
72 if (xmlStrcmp(fontNode->name, (const xmlChar*)"font") != 0) { in getFontFamilies()
78 xmlStrcmp(xmlGetProp(fontNode, (const xmlChar*)"style"), in getFontFamilies()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp297 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::collectionTag))) { in getReference()
299 if ((!xmlStrcmp(child->name, in getReference()
319 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::collectionTag))) { in deserializeCollection()
321 } else if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::tag))) { in deserializeCollection()
325 if (!xmlStrcmp(child->name, reinterpret_cast<const xmlChar*>(Trait::tag))) { in deserializeCollection()
342 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(Trait::tag))) { in deserializeCollection()
702 if (!xmlStrcmp(children->name, reinterpret_cast<const xmlChar*>(childAttachedDevicesTag))) { in deserialize()
706 if (!xmlStrcmp(child->name, in deserialize()
727 if (!xmlStrcmp(children->name, in deserialize()
755 if (!xmlStrcmp(cur->name, reinterpret_cast<const xmlChar*>(GlobalConfigTraits::tag))) { in deserialize()
[all …]
/frameworks/av/services/audiopolicy/fuzzer/
Daudiopolicy_fuzzer.cpp409 if (!xmlStrcmp(attribute->name, reinterpret_cast<const xmlChar *>("format"))) { in traverseAndFuzzXML()
414 if (!xmlStrcmp(attribute->name, reinterpret_cast<const xmlChar *>("flags"))) { in traverseAndFuzzXML()
426 if (!xmlStrcmp(attribute->name, reinterpret_cast<const xmlChar *>("samplingRates"))) { in traverseAndFuzzXML()
437 if (!xmlStrcmp(attribute->name, reinterpret_cast<const xmlChar *>("channelMasks"))) { in traverseAndFuzzXML()