Searched refs:devicePortIt (Results 1 – 1 of 1) sorted by relevance
260 const auto devicePortIt = findById<AudioPort>(mPorts, route.sinkPortId); in getConnectedSinkDevicesPortsForMixPort() local261 if (devicePortIt != mPorts.end()) result.push_back(*devicePortIt); in getConnectedSinkDevicesPortsForMixPort()275 const auto devicePortIt = findById<AudioPort>(mPorts, srcId); in getConnectedSourceDevicesPortsForMixPort() local276 if (devicePortIt != mPorts.end()) result.push_back(*devicePortIt); in getConnectedSourceDevicesPortsForMixPort()335 const auto devicePortIt = findById<AudioPort>(mPorts, portId); in getNonRoutableSrcSinkPair() local336 if (devicePortIt == mPorts.end()) continue; in getNonRoutableSrcSinkPair()337 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getNonRoutableSrcSinkPair()359 const auto devicePortIt = findById<AudioPort>(mPorts, *srcPortIdIt); in getRoutableSrcSinkPair() local361 if (devicePortIt == mPorts.end() || mixPortIt == mPorts.end()) continue; in getRoutableSrcSinkPair()362 auto devicePortConfig = getSingleConfigForDevicePort(*devicePortIt); in getRoutableSrcSinkPair()[all …]