Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1042 private boolean mBluetoothA2dpSuspendedApplied; field in AudioDeviceBroker
1057 mBluetoothA2dpSuspendedApplied = false; in initAudioHalBluetoothState()
1071 if (!mBluetoothA2dpSuspendedApplied) { in updateAudioHalBluetoothState()
1073 mBluetoothA2dpSuspendedApplied = true; in updateAudioHalBluetoothState()
1087 != mBluetoothA2dpSuspendedApplied) { in updateAudioHalBluetoothState()
1093 + mBluetoothA2dpSuspendedApplied); in updateAudioHalBluetoothState()
1095 mBluetoothA2dpSuspendedApplied = in updateAudioHalBluetoothState()
1097 if (mBluetoothA2dpSuspendedApplied) { in updateAudioHalBluetoothState()
1127 + mBluetoothA2dpSuspendedApplied + ", mBluetoothLeSuspendedApplied: " in reapplyAudioHalBluetoothState()
1137 if (mBluetoothA2dpSuspendedApplied) { in reapplyAudioHalBluetoothState()