Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/audio/
DBtHelper.java160 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice) { in BluetoothA2dpDeviceInfo()
164 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice, int volume, int codec) { in BluetoothA2dpDeviceInfo()
317 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in receiveBtEvent() local
552 final BluetoothDevice btDevice = deviceList.get(0); in onBtProfileConnected() local
623 private AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice()
652 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
684 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress()
691 private void setBtScoActiveDevice(BluetoothDevice btDevice) { in setBtScoActiveDevice()
DAudioDeviceBroker.java1212 /*package*/ boolean hasScheduledA2dpConnection(BluetoothDevice btDevice) { in hasScheduledA2dpConnection()
1437 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
DAudioDeviceInventory.java399 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpDeviceConfigChange() local
/frameworks/base/services/companion/java/com/android/server/companion/presence/
DUtils.java28 static String btDeviceToString(@NonNull BluetoothDevice btDevice) { in btDeviceToString()
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
DAudioDeviceBrokerTest.java249 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
DBluetoothMidiDevice.java327 void openBluetoothDevice(BluetoothDevice btDevice) { in openBluetoothDevice()
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java661 private boolean isBLEMIDIDevice(BluetoothDevice btDevice) { in isBLEMIDIDevice()
695 private void dumpUuids(BluetoothDevice btDevice) { in dumpUuids()
711 private boolean hasNonMidiUuids(BluetoothDevice btDevice) { in hasNonMidiUuids()
/frameworks/base/services/core/java/com/android/server/media/
DBluetoothRouteProvider.java429 public BluetoothDevice btDevice; field in BluetoothRouteProvider.BluetoothRouteInfo
DMediaRouterService.java678 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
992 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local