Searched refs:devicePorts (Results 1 – 3 of 3) sorted by relevance
134 const auto& devicePorts = module->getFirstDevicePorts()->getDevicePort(); in getDeviceAddressOfDevicePort() local136 devicePorts.begin(), devicePorts.end(), in getDeviceAddressOfDevicePort()138 if (devicePort != devicePorts.end()) { in getDeviceAddressOfDevicePort()
388 std::vector<AudioPort> devicePorts = VALUE_OR_FATAL( in convertModuleConfigToAidl() local393 for (auto& port : devicePorts) { in convertModuleConfigToAidl()403 aidlModuleConfig.ports.reserve(devicePorts.size() + mixPorts.size()); in convertModuleConfigToAidl()404 aidlModuleConfig.ports.insert(aidlModuleConfig.ports.end(), devicePorts.begin(), in convertModuleConfigToAidl()405 devicePorts.end()); in convertModuleConfigToAidl()
2843 const auto devicePorts = in SetUpDevicePortForMixPort() local2845 if (devicePorts.empty()) { in SetUpDevicePortForMixPort()2852 extractIds<AudioPort>(devicePorts), connectedOnly, in SetUpDevicePortForMixPort()