Loading services/audioflinger/Effects.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2570,6 +2570,7 @@ bool EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force) uint32_t rightZero = 0; volumeControlEffect->setVolume(&leftZero, &rightZero, true /*controller*/); } mVolumeControlEffect = volumeControlEffect; } mLeftVolume = newLeft; mRightVolume = newRight; Loading services/audioflinger/Effects.h +1 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,7 @@ private: const sp<EffectCallback> mEffectCallback; wp<EffectModule> mVolumeControlEffect; wp<IAfEffectModule> mVolumeControlEffect; }; class DeviceEffectProxy : public IAfDeviceEffectProxy, public EffectBase { Loading Loading
services/audioflinger/Effects.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -2570,6 +2570,7 @@ bool EffectChain::setVolume_l(uint32_t *left, uint32_t *right, bool force) uint32_t rightZero = 0; volumeControlEffect->setVolume(&leftZero, &rightZero, true /*controller*/); } mVolumeControlEffect = volumeControlEffect; } mLeftVolume = newLeft; mRightVolume = newRight; Loading
services/audioflinger/Effects.h +1 −1 Original line number Diff line number Diff line Loading @@ -648,7 +648,7 @@ private: const sp<EffectCallback> mEffectCallback; wp<EffectModule> mVolumeControlEffect; wp<IAfEffectModule> mVolumeControlEffect; }; class DeviceEffectProxy : public IAfDeviceEffectProxy, public EffectBase { Loading