Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DModuleConfig.cpp260 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()
[all …]