Home
last modified time | relevance | path

Searched refs:VOLUME_CONTROL_UNKNOWN_VOLUME (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java660 groupId, IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in getGroupVolume()
671 device, IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in getDeviceVolume()
690 if (groupVolume != IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in setGroupActive()
805 groupId, IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in handleGroupNodeAdded()
806 if (groupVolume != IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in handleGroupNodeAdded()
911 if (groupVolume == IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in handleVolumeControlChanged()
981 if (volume == IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) return -1; in getAudioDeviceGroupVolume()
1256 int cachedVolume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in notifyDevicesVolumeChanged()
1265 if (cachedVolume == IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in notifyDevicesVolumeChanged()
1375 groupId, IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in connectionStateChanged()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControl.aidl31 const int VOLUME_CONTROL_UNKNOWN_VOLUME = -1; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java690 return IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in getAudioDeviceGroupVolume()
2048 int volume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in updateActiveDevices()