Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java67 private @Nullable BluetoothDevice mBluetoothHeadsetDevice; field in BtHelper
275 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null in receiveBtEvent()
277 mBluetoothHeadsetDevice, mScoAudioMode)) { in receiveBtEvent()
315 && (mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()
318 + mBluetoothHeadsetDevice + " is not in audio connected mode"); in isBluetoothScoOn()
491 if (mBluetoothHeadsetDevice != null) { in onHeadsetProfileConnected()
496 mBluetoothHeadsetDevice, mScoAudioMode); in onHeadsetProfileConnected()
504 mBluetoothHeadsetDevice, mScoAudioMode); in onHeadsetProfileConnected()
569 Log.i(TAG, "setBtScoActiveDevice: " + mBluetoothHeadsetDevice + " -> " + btDevice); in setBtScoActiveDevice()
570 final BluetoothDevice previousActiveDevice = mBluetoothHeadsetDevice; in setBtScoActiveDevice()
[all …]
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
DScoAudioTest.java83 private BluetoothDevice mBluetoothHeadsetDevice; field in ScoAudioTest
155 mBluetoothHeadsetDevice = null; in onCreate()
245 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null) {
247 mBluetoothHeadset.startVoiceRecognition(mBluetoothHeadsetDevice);
249 … mBluetoothHeadset.stopVoiceRecognition(mBluetoothHeadsetDevice);
662 mBluetoothHeadsetDevice = deviceList.get(0);
664 mBluetoothHeadsetDevice = null;
672 mBluetoothHeadsetDevice = null;