Searched refs:mExposedActiveDevice (Results 1 – 2 of 2) sorted by relevance
160 private BluetoothDevice mExposedActiveDevice; field in LeAudioService600 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 …]
105 private BluetoothDevice mExposedActiveDevice; field in A2dpService1086 if (device.equals(mExposedActiveDevice)) { in onAudioDevicesAdded()1104 mExposedActiveDevice = device; in onAudioDevicesAdded()1129 mExposedActiveDevice = null; in onAudioDevicesRemoved()