Searched refs:IBluetoothVolumeControl (Results 1 – 5 of 5) sorted by relevance
249 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 …]
30 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 …]
29 interface IBluetoothVolumeControl { interface
60 "android/bluetooth/IBluetoothVolumeControl.aidl",
49 import android.bluetooth.IBluetoothVolumeControl;690 return IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in getAudioDeviceGroupVolume()2048 int volume = IBluetoothVolumeControl.VOLUME_CONTROL_UNKNOWN_VOLUME; in updateActiveDevices()