Lines Matching refs:matchDevice
983 AudioDevice matchDevice = devicePort.ext.get<AudioPortExt::device>().device; in setDevicePortConnectedState() local
991 if (mRemoteSubmixOut.has_value() && matchDevice.type.type == AudioDeviceType::OUT_SUBMIX) { in setDevicePortConnectedState()
992 if (matchDevice.address == AudioDeviceAddress::make<AudioDeviceAddress::id>( in setDevicePortConnectedState()
994 erasePortAfterConnectionIt = findPort(matchDevice); in setDevicePortConnectedState()
998 matchDevice.type.type == AudioDeviceType::IN_SUBMIX) { in setDevicePortConnectedState()
1002 matchDevice.address = AudioDeviceAddress::make<AudioDeviceAddress::id>(); in setDevicePortConnectedState()
1005 auto portsIt = findPort(matchDevice); in setDevicePortConnectedState()
1012 __func__, matchDevice.toString().c_str(), mInstance.c_str()); in setDevicePortConnectedState()
1032 AudioDevice matchDevice = devicePort.ext.get<AudioPortExt::device>().device; in setDevicePortConnectedState() local
1033 auto portsIt = findPort(matchDevice); in setDevicePortConnectedState()
1040 __func__, matchDevice.toString().c_str(), mInstance.c_str()); in setDevicePortConnectedState()
1046 if (mRemoteSubmixOut.has_value() && matchDevice.type.type == AudioDeviceType::OUT_SUBMIX && in setDevicePortConnectedState()
1047 matchDevice.address == AudioDeviceAddress::make<AudioDeviceAddress::id>( in setDevicePortConnectedState()
1051 port.ext.get<AudioPortExt::Tag::device>().device = matchDevice; in setDevicePortConnectedState()