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.java639 IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in getGroupVolume()
707 IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in handleGroupNodeAdded()
708 if (groupVolume != IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in handleGroupNodeAdded()
772 != IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME)) { in handleVolumeControlChanged()
815 if (volume == IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) return -1; in getAudioDeviceGroupVolume()
1104 IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME); in connectionStateChanged()
1105 if (groupVolume != IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME) { in connectionStateChanged()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothVolumeControl.aidl33 const int VOLUME_CONTROL_UNKNOWN_VOLUME = -1; field
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java484 return IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in getAudioDeviceGroupVolume()
1318 int volume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in updateActiveDevices()