Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DBtHelper.java154 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice) { in BluetoothA2dpDeviceInfo()
158 BluetoothA2dpDeviceInfo(@NonNull BluetoothDevice btDevice, int volume, int codec) { in BluetoothA2dpDeviceInfo()
300 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in receiveBtEvent() local
455 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpProfileConnected() local
468 final BluetoothDevice btDevice = deviceList.get(0); in onA2dpSinkProfileConnected() local
481 final BluetoothDevice btDevice = deviceList.get(0); in onHearingAidProfileConnected() local
543 private AudioDeviceAttributes btHeadsetDeviceToAudioDevice(BluetoothDevice btDevice) { in btHeadsetDeviceToAudioDevice()
569 private boolean handleBtScoActiveDeviceChange(BluetoothDevice btDevice, boolean isActive) { in handleBtScoActiveDeviceChange()
598 private String getAnonymizedAddress(BluetoothDevice btDevice) { in getAnonymizedAddress()
605 private void setBtScoActiveDevice(BluetoothDevice btDevice) { in setBtScoActiveDevice()
H A DAudioDeviceInventory.java296 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSinkConnectionState() local
359 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onSetA2dpSourceConnectionState() local
392 /*package*/ void onSetHearingAidConnectionState(BluetoothDevice btDevice, in onSetHearingAidConnectionState()
434 final BluetoothDevice btDevice = btInfo.getBtDevice(); in onBluetoothA2dpActiveDeviceChange() local
H A DAudioDeviceBroker.java1018 /*package*/ boolean hasScheduledA2dpSinkConnectionState(BluetoothDevice btDevice) { in hasScheduledA2dpSinkConnectionState()
1244 final BluetoothDevice btDevice = (BluetoothDevice) msg.obj; in handleMessage() local
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DHandsFreeProfileOutputPreferenceController.java66 final BluetoothDevice btDevice = mConnectedDevices.get(connectedDeviceIndex); in onPreferenceChange() local
77 final BluetoothDevice btDevice = mConnectedDevices.get(i); in getConnectedDeviceIndex() local
145 final BluetoothDevice btDevice = mConnectedDevices.get(i); in setupPreferenceEntries() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/audio/
H A DAudioDeviceBrokerTest.java252 private void checkSingleSystemConnection(BluetoothDevice btDevice) throws Exception { in checkSingleSystemConnection()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
H A DBluetoothScanner.java47 public BluetoothDevice btDevice; field in BluetoothScanner.Device
370 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DBluetoothRouteProvider.java385 public BluetoothDevice btDevice; field in BluetoothRouteProvider.BluetoothRouteInfo
H A DMediaRouterService.java633 BluetoothDevice btDevice; in restoreBluetoothA2dp() local
922 BluetoothDevice btDevice = intent.getParcelableExtra(BluetoothDevice.EXTRA_DEVICE); in onReceive() local