Searched refs:BtHelper (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceBroker.java | 71 private final BtHelper mBtHelper; 97 mBtHelper = new BtHelper(this); in AudioDeviceBroker() 430 @NonNull BtHelper.BluetoothA2dpDeviceInfo btDeviceInfo, int delay) { in postA2dpSinkConnection() 436 @NonNull BtHelper.BluetoothA2dpDeviceInfo btDeviceInfo, int delay) { in postA2dpSourceConnection() 523 @NonNull BtHelper.BluetoothA2dpDeviceInfo btDeviceInfo) { in handleSetA2dpSinkConnectionState() 541 @NonNull BtHelper.BluetoothA2dpDeviceInfo btDeviceInfo) { in postSetA2dpSourceConnectionState() 564 @NonNull BtHelper.BluetoothA2dpDeviceInfo btDeviceInfo) { in postA2dpActiveDeviceChange() 575 new BtHelper.BluetoothA2dpDeviceInfo(btDevice)); in hasScheduledA2dpSinkConnectionState() 704 (BtHelper.BluetoothA2dpDeviceInfo) msg.obj, msg.arg1); in handleMessage() 710 (BtHelper.BluetoothA2dpDeviceInfo) msg.obj, msg.arg1); in handleMessage() [all …]
|
D | AudioDeviceInventory.java | 150 /*package*/ void onSetA2dpSinkConnectionState(@NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, in onSetA2dpSinkConnectionState() 207 makeA2dpDeviceAvailable(address, BtHelper.getName(btDevice), in onSetA2dpSinkConnectionState() 214 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int state) { in onSetA2dpSourceConnectionState() 257 makeHearingAidDeviceAvailable(address, BtHelper.getName(btDevice), streamType, in onSetHearingAidConnectionState() 265 @NonNull BtHelper.BluetoothA2dpDeviceInfo btInfo, int event) { in onBluetoothA2dpActiveDeviceChange() 282 + " event=" + BtHelper.a2dpDeviceEventToString(event))); in onBluetoothA2dpActiveDeviceChange() 300 if (event == BtHelper.EVENT_ACTIVE_DEVICE_CHANGE) { in onBluetoothA2dpActiveDeviceChange() 309 } else if (event == BtHelper.EVENT_DEVICE_CONFIG_CHANGE) { in onBluetoothA2dpActiveDeviceChange() 316 BtHelper.getName(btDevice), a2dpCodec) != AudioSystem.AUDIO_STATUS_OK) { in onBluetoothA2dpActiveDeviceChange() 562 final BtHelper.BluetoothA2dpDeviceInfo a2dpDeviceInfo = in setBluetoothA2dpDeviceConnectionState() [all …]
|
D | BtHelper.java | 50 public class BtHelper { class 56 BtHelper(@NonNull AudioDeviceBroker broker) { in BtHelper() method in BtHelper
|
D | AudioService.java | 3724 BtHelper.SCO_MODE_VIRTUAL_CALL : BtHelper.SCO_MODE_UNDEFINED; in startBluetoothSco() 3736 startBluetoothScoInt(cb, BtHelper.SCO_MODE_VIRTUAL_CALL, eventSource); in startBluetoothScoVirtualCall()
|
/frameworks/base/services/ |
D | art-profile | 4094 …roker;->access$400(Lcom/android/server/audio/AudioDeviceBroker;)Lcom/android/server/audio/BtHelper; 4128 …Inventory;->onBluetoothA2dpActiveDeviceChange(Lcom/android/server/audio/BtHelper$BluetoothA2dpDevi… 4130 …eviceInventory;->onSetA2dpSinkConnectionState(Lcom/android/server/audio/BtHelper$BluetoothA2dpDevi… 4357 HSPLcom/android/server/audio/BtHelper$1;->onServiceConnected(ILandroid/bluetooth/BluetoothProfile;)V 4358 PLcom/android/server/audio/BtHelper$1;->onServiceDisconnected(I)V 4359 PLcom/android/server/audio/BtHelper$BluetoothA2dpDeviceInfo;->getBtDevice()Landroid/bluetooth/Bluet… 4360 PLcom/android/server/audio/BtHelper$BluetoothA2dpDeviceInfo;->getCodec()I 4361 PLcom/android/server/audio/BtHelper$BluetoothA2dpDeviceInfo;->getVolume()I 4362 PLcom/android/server/audio/BtHelper$ScoClient;->clearCount(Z)V 4363 PLcom/android/server/audio/BtHelper$ScoClient;->getCount()I [all …]
|