Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1008 private boolean mBluetoothA2dpSuspendedInt; field in AudioDeviceBroker
1058 if ((mBluetoothA2dpSuspendedExt || mBluetoothA2dpSuspendedInt) in updateAudioHalBluetoothState()
1063 + ", mBluetoothA2dpSuspendedInt: " + mBluetoothA2dpSuspendedInt in updateAudioHalBluetoothState()
1068 mBluetoothA2dpSuspendedExt || mBluetoothA2dpSuspendedInt; in updateAudioHalBluetoothState()
1110 + ", mBluetoothA2dpSuspendedInt: " + mBluetoothA2dpSuspendedInt in setA2dpSuspended()
1114 mBluetoothA2dpSuspendedInt = enable; in setA2dpSuspended()
1127 mBluetoothA2dpSuspendedInt = false; in clearA2dpSuspended()
1140 + ", mBluetoothLeSuspendedInt: " + mBluetoothA2dpSuspendedInt in setLeAudioSuspended()