Home
last modified time | relevance | path

Searched refs:childTag (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DEffectConfig.cpp85 const tinyxml2::XMLNode& node, const char* childTag) { in getChildren() argument
87 for (auto* child = node.FirstChildElement(childTag); child != nullptr; in getChildren()
88 child = child->NextSiblingElement(childTag)) { in getChildren()
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/
DEffectConfig.h91 const tinyxml2::XMLNode& node, const char* childTag = nullptr);