Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceBroker.java1031 private boolean mBluetoothScoOnApplied; field in AudioDeviceBroker
1056 mBluetoothScoOnApplied = false; in initAudioHalBluetoothState()
1065 if (mBluetoothScoOn != mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()
1068 + mBluetoothScoOn + ", mBluetoothScoOnApplied: " + mBluetoothScoOnApplied); in updateAudioHalBluetoothState()
1083 mBluetoothScoOnApplied = mBluetoothScoOn; in updateAudioHalBluetoothState()
1085 if (!mBluetoothScoOnApplied) { in updateAudioHalBluetoothState()
1126 + mBluetoothScoOnApplied + ", mBluetoothA2dpSuspendedApplied: " in reapplyAudioHalBluetoothState()
1131 if (mBluetoothScoOnApplied) { in reapplyAudioHalBluetoothState()