Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java285 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE, in onReceiveBtEvent() local
525 final BluetoothDevice btDevice = deviceList.get(0); in onBtProfileConnected() local
596 private static AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice()
626 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
655 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress()
661 /*package */ synchronized void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()
964 public static void onNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in onNotifyPreferredAudioProfileApplied()
H A DAudioDeviceBroker.java271 /*package*/ void onSetBtScoActiveDevice(BluetoothDevice btDevice) { in onSetBtScoActiveDevice()
1468 /*package*/ void postNotifyPreferredAudioProfileApplied(BluetoothDevice btDevice) { in postNotifyPreferredAudioProfileApplied()
1555 boolean connect, @Nullable BluetoothDevice btDevice) { in handleDeviceConnection()
1575 /*package*/ boolean hasScheduledA2dpConnection(BluetoothDevice btDevice) { in hasScheduledA2dpConnection()
1950 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
H A DAudioDeviceInventory.java624 final BluetoothDevice btDevice = btInfo.mDevice; in onBluetoothDeviceConfigChange() local
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/presence/
H A DUtils.java28 static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DBluetoothTileTest.kt168 val btDevice = mock<BluetoothDevice>() regex
278 val btDevice = mock<BluetoothDevice>() regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java281 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/aosp14/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java327 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java785 private boolean isBLEMIDIDevice(BluetoothDevice btDevice) { in isBLEMIDIDevice()
819 private void dumpUuids(BluetoothDevice btDevice) { in dumpUuids()
835 private boolean hasNonMidiUuids(BluetoothDevice btDevice) { in hasNonMidiUuids()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java618 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
947 BluetoothDevice btDevice = in onReceive() local