Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp387 auto& aidlModuleConfig = *result; in convertModuleConfigToAidl() local
389 convertDevicePortsInModuleToAidl(xModuleConfig, aidlModuleConfig.nextPortId)); in convertModuleConfigToAidl()
402 convertMixPortsInModuleToAidl(xModuleConfig, aidlModuleConfig.nextPortId)); in convertModuleConfigToAidl()
403 aidlModuleConfig.ports.reserve(devicePorts.size() + mixPorts.size()); in convertModuleConfigToAidl()
404 aidlModuleConfig.ports.insert(aidlModuleConfig.ports.end(), devicePorts.begin(), in convertModuleConfigToAidl()
406 aidlModuleConfig.ports.insert(aidlModuleConfig.ports.end(), mixPorts.begin(), mixPorts.end()); in convertModuleConfigToAidl()
408 aidlModuleConfig.routes = in convertModuleConfigToAidl()
409 VALUE_OR_FATAL(convertRoutesInModuleToAidl(xModuleConfig, aidlModuleConfig.ports)); in convertModuleConfigToAidl()