Searched refs:BtDeviceChangedData (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
H A D | AudioDeviceBrokerTest.java | 103 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 D | AudioDeviceBroker.java | 800 /*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 D | BtHelper.java | 528 new AudioDeviceBroker.BtDeviceChangedData(btDevice, null, in onBtProfileConnected() 533 new AudioDeviceBroker.BtDeviceChangedData(null, btDevice, in onBtProfileConnected()
|
H A D | AudioService.java | 7624 AudioDeviceBroker.BtDeviceChangedData data = in handleBluetoothActiveDeviceChanged() 7625 new AudioDeviceBroker.BtDeviceChangedData(newDevice, previousDevice, info, in handleBluetoothActiveDeviceChanged() 9378 (AudioDeviceBroker.BtDeviceChangedData) msg.obj); in handleMessage()
|