Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DXsdcConversion.cpp252 std::vector<ap_xsd::DevicePorts> xDevicePortsVec = xModuleConfig.getDevicePorts(); in convertDevicePortsInModuleToAidl() local
253 if (xDevicePortsVec.size() > 1) { in convertDevicePortsInModuleToAidl()
255 << xDevicePortsVec.size(); in convertDevicePortsInModuleToAidl()
258 if (!xDevicePortsVec.empty()) { in convertDevicePortsInModuleToAidl()
262 audioPortVec.reserve(xDevicePortsVec[0].getDevicePort().size()); in convertDevicePortsInModuleToAidl()
263 for (const ap_xsd::DevicePorts& xDevicePortsType : xDevicePortsVec) { in convertDevicePortsInModuleToAidl()