Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java287 onSetBtScoActiveDevice(btDevice); in onReceiveBtEvent()
550 onSetBtScoActiveDevice((activeDevices.size() > 0) ? activeDevices.get(0) : null); in onHeadsetProfileConnected()
661 /*package */ synchronized void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice() method in BtHelper
H A DAudioDeviceBroker.java271 /*package*/ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice() method in AudioDeviceBroker
272 mBtHelper.onSetBtScoActiveDevice(btDevice); in onSetBtScoActiveDevice()
H A DAudioDeviceInventory.java1594 mDeviceBroker.onSetBtScoActiveDevice(null);