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.java89 private @Nullable BluetoothDevice mBluetoothHeadsetDevice; field in BtHelper
446 if (mBluetoothHeadset != null && mBluetoothHeadsetDevice != null in onScoAudioStateChanged()
448 mBluetoothHeadsetDevice, mScoAudioMode)) { in onScoAudioStateChanged()
484 if (mBluetoothHeadset == null || mBluetoothHeadsetDevice == null) { in isBluetoothScoOn()
487 return mBluetoothHeadset.getAudioState(mBluetoothHeadsetDevice) in isBluetoothScoOn()
812 if (mBluetoothHeadsetDevice != null) { in onHeadsetProfileConnected()
817 mBluetoothHeadsetDevice, mScoAudioMode); in onHeadsetProfileConnected()
825 mBluetoothHeadsetDevice, mScoAudioMode); in onHeadsetProfileConnected()
844 if (mBluetoothHeadsetDevice == null) { in getHeadsetAudioDevice()
847 return getHeadsetAudioDevice(mBluetoothHeadsetDevice); in getHeadsetAudioDevice()
[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;