Home
last modified time | relevance | path

Searched refs:mExposedActiveDevice (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java160 private BluetoothDevice mExposedActiveDevice; field in LeAudioService
600 mExposedActiveDevice = null; in stop()
1725 if (mExposedActiveDevice != null) { in notifyVolumeControlServiceAboutActiveGroup()
1726 volumeControlService.setGroupActive(getGroupId(mExposedActiveDevice), false); in notifyVolumeControlServiceAboutActiveGroup()
1750 mExposedActiveDevice = device; in notifyActiveDeviceChanged()
1840 if (device.equals(mExposedActiveDevice)) { in handleAudioDeviceAdded()
1875 if (!device.equals(mExposedActiveDevice)) { in handleAudioDeviceRemoved()
1883 mExposedActiveDevice = null; in handleAudioDeviceRemoved()
1888 Log.i(TAG, "Audio manager disactivate LeAudio device " + mExposedActiveDevice); in handleAudioDeviceRemoved()
1889 mExposedActiveDevice = null; in handleAudioDeviceRemoved()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java105 private BluetoothDevice mExposedActiveDevice; field in A2dpService
1086 if (device.equals(mExposedActiveDevice)) { in onAudioDevicesAdded()
1104 mExposedActiveDevice = device; in onAudioDevicesAdded()
1129 mExposedActiveDevice = null; in onAudioDevicesRemoved()