Home
last modified time | relevance | path

Searched defs:btDevice (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java383 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE, in onReceiveBtEvent() local
850 private @NonNull AudioDeviceAttributes getHeadsetAudioDevice(BluetoothDevice btDevice) { in getHeadsetAudioDevice()
859 private static AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice()
889 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
925 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress()
931 /*package */ synchronized void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()
1329 public static void onNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in onNotifyPreferredAudioProfileApplied()
DAudioDeviceBroker.java285 /*package*/ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()
1520 /*package*/ void postNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in postNotifyPreferredAudioProfileApplied()
1619 boolean connect, @Nullable BluetoothDevice btDevice) { in handleDeviceConnection()
1639 /*package*/ boolean hasScheduledA2dpConnection(BluetoothDevice btDevice) { in hasScheduledA2dpConnection()
2044 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
DAudioDeviceInventory.java933 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange() local
/frameworks/base/services/companion/java/com/android/server/companion/utils/
DUtils.java51 public static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DBluetoothTileTest.kt177 val btDevice = mock<BluetoothDevice>() in testSecondaryLabel_whenBatteryMetadataUnavailable_isBluetoothBatteryLevelState() constant
326 val btDevice = mock<BluetoothDevice>() in listenToDeviceMetadata() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/domain/interactor/
DAudioOutputInteractorTest.kt129 val btDevice = TestAudioDevicesFactory.bluetoothDevice() in inCall_bluetooth_returnsCommunicationDevice() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java413 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java342 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java797 private boolean isBLEMIDIDevice(BluetoothDevice btDevice) { in isBLEMIDIDevice()
831 private void dumpUuids(BluetoothDevice btDevice) { in dumpUuids()
847 private boolean hasNonMidiUuids(BluetoothDevice btDevice) { in hasNonMidiUuids()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java678 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
1016 BluetoothDevice btDevice = in onReceive() local
/frameworks/base/services/companion/java/com/android/server/companion/
DCompanionDeviceManagerService.java570 BluetoothDevice btDevice = btAdapter.getRemoteDevice(address.toString().toUpperCase()); in removeBond() local