Loading media/java/android/media/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1948,7 +1948,7 @@ public class AudioService extends IAudioService.Stub { // Force creation of new IAudioflinger interface if (!mMediaServerOk) { Log.e(TAG, "Media server died."); AudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, 0); AudioSystem.isMicrophoneMuted(); sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SHARED_MSG, SENDMSG_NOOP, 0, 0, null, 500); } Loading Loading
media/java/android/media/AudioService.java +1 −1 Original line number Diff line number Diff line Loading @@ -1948,7 +1948,7 @@ public class AudioService extends IAudioService.Stub { // Force creation of new IAudioflinger interface if (!mMediaServerOk) { Log.e(TAG, "Media server died."); AudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, 0); AudioSystem.isMicrophoneMuted(); sendMsg(mAudioHandler, MSG_MEDIA_SERVER_DIED, SHARED_MSG, SENDMSG_NOOP, 0, 0, null, 500); } Loading