Searched refs:devicePortIds (Results 1 – 2 of 2) sorted by relevance
299 std::set<int32_t> devicePortIds; in getRoutableDevicePortsForMixPort() local301 devicePortIds = isInput ? getConnectedSourceDevicePorts() : getConnectedSinkDevicePorts(); in getRoutableDevicePortsForMixPort()303 devicePortIds = portIds; in getRoutableDevicePortsForMixPort()308 devicePortIds.count(port.id) > 0; in getRoutableDevicePortsForMixPort()
2814 const std::set<int32_t>& devicePortIds, bool connectedOnly, in SetUpDevicePort() argument2817 if (auto it = findAny<AudioPort>(attachedDevicePorts, devicePortIds); in SetUpDevicePort()2823 if (auto it = findAny<AudioPort>(connectedDevicePorts, devicePortIds); in SetUpDevicePort()2830 if (auto it = findAny<AudioPort>(externalDevicePorts, devicePortIds); in SetUpDevicePort()