Home
last modified time | relevance | path

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

/frameworks/av/media/libaudiohal/impl/
DHal2AidlMapper.cpp983 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()
[all …]
DDeviceHalAidl.cpp702 const auto& matchDevice = aidlPort.ext.get<AudioPortExt::device>().device; in getAudioPort() local
708 RETURN_STATUS_IF_ERROR(mMapper.getAudioPortCached(matchDevice, &aidlPort)); in getAudioPort()