Loading services/core/java/com/android/server/audio/AudioService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1731,7 +1731,9 @@ public class AudioService extends IAudioService.Stub mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect); mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect); // Restore rotation information. // Restore rotation information. if (mMonitorRotation) { RotationHelper.forceUpdate(); RotationHelper.forceUpdate(); } onIndicateSystemReady(); onIndicateSystemReady(); // indicate the end of reconfiguration phase to audio HAL // indicate the end of reconfiguration phase to audio HAL Loading Loading
services/core/java/com/android/server/audio/AudioService.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -1731,7 +1731,9 @@ public class AudioService extends IAudioService.Stub mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect); mSpatializerHelper.reset(/* featureEnabled */ mHasSpatializerEffect); // Restore rotation information. // Restore rotation information. if (mMonitorRotation) { RotationHelper.forceUpdate(); RotationHelper.forceUpdate(); } onIndicateSystemReady(); onIndicateSystemReady(); // indicate the end of reconfiguration phase to audio HAL // indicate the end of reconfiguration phase to audio HAL Loading