Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DAudioPolicyConfigXmlConverter.cpp183 for (const ap_xsd::Modules::Module& xsdcModule : xsdcModulesType.get_module()) { in init() local
186 xsdcModule.getName() != "primary" ? xsdcModule.getName() : "default"; in init()
189 name, VALUE_OR_FATAL(convertModuleConfigToAidl(xsdcModule))); in init()