Loading services/audioflinger/Threads.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -8635,6 +8635,7 @@ status_t AudioFlinger::RecordThread::releaseAudioPatch_l(const audio_patch_handl void AudioFlinger::RecordThread::updateOutDevices(const DeviceDescriptorBaseVector& outDevices) { Mutex::Autolock _l(mLock); mOutDevices = outDevices; mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices); for (size_t i = 0; i < mEffectChains.size(); i++) { Loading Loading
services/audioflinger/Threads.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -8635,6 +8635,7 @@ status_t AudioFlinger::RecordThread::releaseAudioPatch_l(const audio_patch_handl void AudioFlinger::RecordThread::updateOutDevices(const DeviceDescriptorBaseVector& outDevices) { Mutex::Autolock _l(mLock); mOutDevices = outDevices; mOutDeviceTypeAddrs = deviceTypeAddrsFromDescriptors(mOutDevices); for (size_t i = 0; i < mEffectChains.size(); i++) { Loading