Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp42 const char* childTag = nullptr) { in getChildren() argument
44 for (auto* child = node.FirstChildElement(childTag); child != nullptr; in getChildren()
45 child = child->NextSiblingElement(childTag)) { in getChildren()