Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1052 private boolean mBluetoothLeSuspendedApplied; field in AudioDeviceBroker
1058 mBluetoothLeSuspendedApplied = false; in initAudioHalBluetoothState()
1075 if (!mBluetoothLeSuspendedApplied) { in updateAudioHalBluetoothState()
1077 mBluetoothLeSuspendedApplied = true; in updateAudioHalBluetoothState()
1104 != mBluetoothLeSuspendedApplied) { in updateAudioHalBluetoothState()
1109 + ", mBluetoothLeSuspendedApplied: " + mBluetoothLeSuspendedApplied); in updateAudioHalBluetoothState()
1111 mBluetoothLeSuspendedApplied = in updateAudioHalBluetoothState()
1113 if (mBluetoothLeSuspendedApplied) { in updateAudioHalBluetoothState()
1128 + mBluetoothLeSuspendedApplied); in reapplyAudioHalBluetoothState()
1142 if (mBluetoothLeSuspendedApplied) { in reapplyAudioHalBluetoothState()