Searched refs:getChildren (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/audio/aidl/default/ |
D | EffectConfig.cpp | 49 for (auto& xmlConfig : getChildren(doc, "audio_effects_conf")) { in EffectConfig() 51 for (auto& xmlLibraries : getChildren(xmlConfig, "libraries")) { in EffectConfig() 52 for (auto& xmlLibrary : getChildren(xmlLibraries, "library")) { in EffectConfig() 58 for (auto& xmlEffects : getChildren(xmlConfig, "effects")) { in EffectConfig() 59 for (auto& xmlEffect : getChildren(xmlEffects)) { in EffectConfig() 65 for (auto& xmlPreprocess : getChildren(xmlConfig, "preprocess")) { in EffectConfig() 66 for (auto& xmlStream : getChildren(xmlPreprocess, "stream")) { in EffectConfig() 73 for (auto& xmlPostprocess : getChildren(xmlConfig, "postprocess")) { in EffectConfig() 74 for (auto& xmlStream : getChildren(xmlPostprocess, "stream")) { in EffectConfig() 84 std::vector<std::reference_wrapper<const tinyxml2::XMLElement>> EffectConfig::getChildren( in getChildren() function in aidl::android::hardware::audio::effect::EffectConfig [all …]
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidTree.h | 49 std::vector<std::shared_ptr<HidTreeNode>>& getChildren(); 50 const std::vector<std::shared_ptr<HidTreeNode>>& getChildren() const;
|
D | HidParser.cpp | 146 std::static_pointer_cast<HidReportNode>(node->getChildren().front()); in filterTree() 152 for (auto &i : node->getChildren()) { in filterTree() 178 for (auto &i : node->getChildren()) { in digest() 212 for (const auto &child : node->getChildren()) { in digest()
|
D | HidTree.cpp | 81 std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() { in getChildren() function in HidUtil::HidTreeNode 85 const std::vector<std::shared_ptr<HidTreeNode>>& HidTreeNode::getChildren() const { in getChildren() function in HidUtil::HidTreeNode
|
/hardware/interfaces/audio/aidl/default/include/effectFactory-impl/ |
D | EffectConfig.h | 90 std::vector<std::reference_wrapper<const tinyxml2::XMLElement>> getChildren(
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …getChildren(e).filter(u.isTag)).slice(0,l),m=function(e,t,n,r){var i="string"==typeof n?parseInt(n…
|