Lines Matching refs:devicePortIt

260             const auto devicePortIt = findById<AudioPort>(mPorts, route.sinkPortId);  in getConnectedSinkDevicesPortsForMixPort()  local
261 if (devicePortIt != mPorts.end()) result.push_back(*devicePortIt); in getConnectedSinkDevicesPortsForMixPort()
275 const auto devicePortIt = findById<AudioPort>(mPorts, srcId); in getConnectedSourceDevicesPortsForMixPort() local
276 if (devicePortIt != mPorts.end()) result.push_back(*devicePortIt); in getConnectedSourceDevicesPortsForMixPort()
335 const auto devicePortIt = findById<AudioPort>(mPorts, portId); in getNonRoutableSrcSinkPair() local
336 if (devicePortIt == mPorts.end()) continue; in getNonRoutableSrcSinkPair()
337 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getNonRoutableSrcSinkPair()
359 const auto devicePortIt = findById<AudioPort>(mPorts, *srcPortIdIt); in getRoutableSrcSinkPair() local
361 if (devicePortIt == mPorts.end() || mixPortIt == mPorts.end()) continue; in getRoutableSrcSinkPair()
362 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkPair()
372 const auto devicePortIt = findById<AudioPort>(mPorts, route.sinkPortId); in getRoutableSrcSinkPair() local
373 if (devicePortIt == mPorts.end() || mixPortIt == mPorts.end()) continue; in getRoutableSrcSinkPair()
375 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkPair()
400 const auto devicePortIt = findById<AudioPort>(mPorts, srcPortId); in getRoutableSrcSinkGroups() local
401 if (devicePortIt == mPorts.end()) continue; in getRoutableSrcSinkGroups()
403 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkGroups()
414 const auto devicePortIt = findById<AudioPort>(mPorts, route.sinkPortId); in getRoutableSrcSinkGroups() local
415 if (devicePortIt == mPorts.end()) continue; in getRoutableSrcSinkGroups()
416 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkGroups()