Searched refs:xDevicePortsVec (Results 1 – 1 of 1) sorted by relevance
252 std::vector<ap_xsd::DevicePorts> xDevicePortsVec = xModuleConfig.getDevicePorts(); in convertDevicePortsInModuleToAidl() local253 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()