Loading services/core/java/com/android/server/audio/AudioService.java +3 −0 Original line number Diff line number Diff line Loading @@ -3312,6 +3312,9 @@ public class AudioService extends IAudioService.Stub .append(Binder.getCallingPid()).toString(); synchronized (mBluetoothA2dpEnabledLock) { if (mBluetoothA2dpEnabled == on) { return; } mBluetoothA2dpEnabled = on; sendMsg(mAudioHandler, MSG_SET_FORCE_BT_A2DP_USE, SENDMSG_QUEUE, AudioSystem.FOR_MEDIA, Loading Loading
services/core/java/com/android/server/audio/AudioService.java +3 −0 Original line number Diff line number Diff line Loading @@ -3312,6 +3312,9 @@ public class AudioService extends IAudioService.Stub .append(Binder.getCallingPid()).toString(); synchronized (mBluetoothA2dpEnabledLock) { if (mBluetoothA2dpEnabled == on) { return; } mBluetoothA2dpEnabled = on; sendMsg(mAudioHandler, MSG_SET_FORCE_BT_A2DP_USE, SENDMSG_QUEUE, AudioSystem.FOR_MEDIA, Loading