Searched refs:srcId (Results 1 – 2 of 2) sorted by relevance
51 uint32 srcId; /*!< source surface */ member
273 for (const auto srcId : route.sourcePortIds) { in getConnectedSourceDevicesPortsForMixPort() local274 if (connectedSourceDevicePorts.count(srcId) != 0) { in getConnectedSourceDevicesPortsForMixPort()275 const auto devicePortIt = findById<AudioPort>(mPorts, srcId); in getConnectedSourceDevicesPortsForMixPort()