Home
last modified time | relevance | path

Searched refs:mBluetoothA2dpSuspendedInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1038 private boolean mBluetoothA2dpSuspendedInt; field in AudioDeviceBroker
1086 if ((mBluetoothA2dpSuspendedExt || mBluetoothA2dpSuspendedInt) in updateAudioHalBluetoothState()
1091 + ", mBluetoothA2dpSuspendedInt: " + mBluetoothA2dpSuspendedInt in updateAudioHalBluetoothState()
1096 mBluetoothA2dpSuspendedExt || mBluetoothA2dpSuspendedInt; in updateAudioHalBluetoothState()
1166 + ", mBluetoothA2dpSuspendedInt: " + mBluetoothA2dpSuspendedInt in setA2dpSuspended()
1170 mBluetoothA2dpSuspendedInt = enable; in setA2dpSuspended()
1183 mBluetoothA2dpSuspendedInt = false; in clearA2dpSuspended()
1196 + ", mBluetoothLeSuspendedInt: " + mBluetoothA2dpSuspendedInt in setLeAudioSuspended()