Searched defs:avrcpVolume (Results 1 – 2 of 2) sorted by relevance
61 static int avrcpToSystemVolume(int avrcpVolume) { in avrcpToSystemVolume()66 int avrcpVolume = (int) Math.floor((double) deviceVolume in systemToAvrcpVolume() local88 int avrcpVolume = systemToAvrcpVolume(savedVolume); in switchVolumeDevice() local91 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in switchVolumeDevice() local172 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume()191 int avrcpVolume = in sendVolumeChanged() local199 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in sendVolumeChanged() local
343 void setVolume(int avrcpVolume) { in setVolume()