Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java1001 private boolean mBluetoothScoOnApplied; field in AudioDeviceBroker
1026 mBluetoothScoOnApplied = false; in initAudioHalBluetoothState()
1037 if (mBluetoothScoOn != mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()
1040 + mBluetoothScoOn + ", mBluetoothScoOnApplied: " + mBluetoothScoOnApplied); in updateAudioHalBluetoothState()
1055 mBluetoothScoOnApplied = mBluetoothScoOn; in updateAudioHalBluetoothState()
1057 if (!mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()