Searched defs:avrcpVolume (Results 1 – 2 of 2) sorted by relevance
65 static int avrcpToSystemVolume(int avrcpVolume) { in avrcpToSystemVolume()70 int avrcpVolume = (int) Math.ceil((double) deviceVolume in systemToAvrcpVolume() local96 int avrcpVolume = systemToAvrcpVolume(savedVolume); in switchVolumeDevice() local99 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in switchVolumeDevice() local180 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume()199 int avrcpVolume = in sendVolumeChanged() local207 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in sendVolumeChanged() local
347 void setVolume(int avrcpVolume) { in setVolume()