Home
last modified time | relevance | path

Searched refs:IBluetoothVolumeControl (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothVolumeControl.java249 private IBluetoothVolumeControl mService;
290 mService = IBluetoothVolumeControl.Stub.asInterface(service); in onServiceConnected()
310 private IBluetoothVolumeControl getService() { in getService()
335 final IBluetoothVolumeControl service = getService(); in getConnectedDevices()
360 final IBluetoothVolumeControl service = getService(); in getDevicesMatchingConnectionStates()
386 final IBluetoothVolumeControl service = getService(); in getConnectionState()
439 final IBluetoothVolumeControl service = getService(); in registerCallback()
500 final IBluetoothVolumeControl service = getService(); in unregisterCallback()
592 final IBluetoothVolumeControl service = getService(); in setVolumeOffsetInternal()
623 final IBluetoothVolumeControl service = getService(); in isVolumeOffsetAvailable()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java30 import android.bluetooth.IBluetoothVolumeControl;
660 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()
[all …]
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControl.aidl29 interface IBluetoothVolumeControl { interface
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp60 "android/bluetooth/IBluetoothVolumeControl.aidl",
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java49 import android.bluetooth.IBluetoothVolumeControl;
690 return IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in getAudioDeviceGroupVolume()
2048 int volume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in updateActiveDevices()