Searched defs:avrcpVolume (Results 1 – 2 of 2) sorted by relevance
59 static int avrcpToSystemVolume(int avrcpVolume) { in avrcpToSystemVolume()64 int avrcpVolume = (int) Math.floor((double) deviceVolume in systemToAvrcpVolume() local86 int avrcpVolume = systemToAvrcpVolume(savedVolume); in switchVolumeDevice() local89 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in switchVolumeDevice() local170 void setVolume(@NonNull BluetoothDevice device, int avrcpVolume) { in setVolume()185 int avrcpVolume = in sendVolumeChanged() local193 mNativeInterface.sendVolumeChanged(device.getAddress(), avrcpVolume); in sendVolumeChanged() local
298 void setVolume(int avrcpVolume) { in setVolume()