Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java998 private boolean mBluetoothScoOn; field in AudioDeviceBroker
1037 if (mBluetoothScoOn != mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()
1040 + mBluetoothScoOn + ", mBluetoothScoOnApplied: " + mBluetoothScoOnApplied); in updateAudioHalBluetoothState()
1042 if (mBluetoothScoOn) { in updateAudioHalBluetoothState()
1055 mBluetoothScoOnApplied = mBluetoothScoOn; in updateAudioHalBluetoothState()
1099 mBluetoothScoOn = on; in setBluetoothScoOn()
2346 btSCoOn = btSCoOn && mBluetoothScoOn; in preferredCommunicationDevice()