Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1028 private boolean mBluetoothScoOn; field in AudioDeviceBroker
1065 if (mBluetoothScoOn != mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()
1068 + mBluetoothScoOn + ", mBluetoothScoOnApplied: " + mBluetoothScoOnApplied); in updateAudioHalBluetoothState()
1070 if (mBluetoothScoOn) { in updateAudioHalBluetoothState()
1083 mBluetoothScoOnApplied = mBluetoothScoOn; in updateAudioHalBluetoothState()
1155 mBluetoothScoOn = on; in setBluetoothScoOn()
2458 btSCoOn = btSCoOn && mBluetoothScoOn; in preferredCommunicationDevice()