Lines Matching refs:EffectConfig
37 EffectConfig::EffectConfig(const std::string& file) { in EffectConfig() function in aidl::android::hardware::audio::effect::EffectConfig
84 std::vector<std::reference_wrapper<const tinyxml2::XMLElement>> EffectConfig::getChildren( in getChildren()
94 bool EffectConfig::resolveLibrary(const std::string& path, std::string* resolvedPath) { in resolveLibrary()
123 bool EffectConfig::parseLibrary(const tinyxml2::XMLElement& xml) { in parseLibrary()
139 bool EffectConfig::parseEffect(const tinyxml2::XMLElement& xml) { in parseEffect()
172 bool EffectConfig::parseLibrary(const tinyxml2::XMLElement& xml, struct Library& library, in parseLibrary()
197 std::optional<Processing::Type> EffectConfig::stringToProcessingType(Processing::Type::Tag typeTag, in stringToProcessingType()
246 bool EffectConfig::parseProcessing(Processing::Type::Tag typeTag, const tinyxml2::XMLElement& xml) { in parseProcessing()
265 const std::map<Processing::Type, std::vector<EffectConfig::EffectLibraries>>&
266 EffectConfig::getProcessingMap() const { in getProcessingMap()
270 bool EffectConfig::findUuid(const std::pair<std::string, struct EffectLibraries>& effectElem, in findUuid()
318 const char* EffectConfig::dump(const tinyxml2::XMLElement& element, in dump()