Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java103 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in testPostA2dpDeviceConnectionChange()
243 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
249 new AudioDeviceBroker.BtDeviceChangedData(null, mFakeBtDevice, in doTestConnectionDisconnectionReconnection()
257 new AudioDeviceBroker.BtDeviceChangedData(mFakeBtDevice, null, in doTestConnectionDisconnectionReconnection()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioDeviceBroker.java800 /*package*/ static final class BtDeviceChangedData { class in AudioDeviceBroker
806 BtDeviceChangedData(@Nullable BluetoothDevice newDevice, in BtDeviceChangedData() method in AudioDeviceBroker.BtDeviceChangedData
834 BtDeviceInfo(@NonNull BtDeviceChangedData d, @NonNull BluetoothDevice device, int state, in BtDeviceInfo()
916 BtDeviceInfo createBtDeviceInfo(@NonNull BtDeviceChangedData d, @NonNull BluetoothDevice device, in createBtDeviceInfo()
946 @NonNull BtDeviceChangedData data) { in btMediaMetricRecord()
961 /*package*/ void queueOnBluetoothActiveDeviceChanged(@NonNull BtDeviceChangedData data) { in queueOnBluetoothActiveDeviceChanged()
H A DBtHelper.java528 new AudioDeviceBroker.BtDeviceChangedData(btDevice, null, in onBtProfileConnected()
533 new AudioDeviceBroker.BtDeviceChangedData(null, btDevice, in onBtProfileConnected()
H A DAudioService.java7624 AudioDeviceBroker.BtDeviceChangedData data = in handleBluetoothActiveDeviceChanged()
7625 new AudioDeviceBroker.BtDeviceChangedData(newDevice, previousDevice, info, in handleBluetoothActiveDeviceChanged()
9378 (AudioDeviceBroker.BtDeviceChangedData) msg.obj); in handleMessage()