Loading media/java/android/media/AudioManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -6600,8 +6600,8 @@ public class AudioManager { } } if (k == ports.size()) { // this hould never happen Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id()); // This can happen in case of stale audio patch referring to a removed device and is // handled by the caller. return null; } AudioGainConfig gainCfg = portCfg.gain(); Loading Loading
media/java/android/media/AudioManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -6600,8 +6600,8 @@ public class AudioManager { } } if (k == ports.size()) { // this hould never happen Log.e(TAG, "updatePortConfig port not found for handle: "+port.handle().id()); // This can happen in case of stale audio patch referring to a removed device and is // handled by the caller. return null; } AudioGainConfig gainCfg = portCfg.gain(); Loading