Home
last modified time | relevance | path

Searched refs:sendVolumeChanged (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManagerTest.java98 public void sendVolumeChanged() { in sendVolumeChanged() method in AvrcpVolumeManagerTest
99 mAvrcpVolumeManager.sendVolumeChanged(mRemoteDevice, TEST_DEVICE_MAX_VOLUME); in sendVolumeChanged()
101 verify(mNativeInterface).sendVolumeChanged(mRemoteDevice, AVRCP_MAX_VOL); in sendVolumeChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpVolumeManager.java160 mNativeInterface.sendVolumeChanged(device, avrcpVolume); in switchVolumeDevice()
305 void sendVolumeChanged(@NonNull BluetoothDevice device, int deviceVolume) { in sendVolumeChanged() method in AvrcpVolumeManager
322 mNativeInterface.sendVolumeChanged(device, avrcpVolume); in sendVolumeChanged()
DAvrcpTargetService.java384 public void sendVolumeChanged(int deviceVolume) { in sendVolumeChanged() method in AvrcpTargetService
391 mVolumeManager.sendVolumeChanged(activeDevice, deviceVolume); in sendVolumeChanged()
607 public void sendVolumeChanged(int volume) { in sendVolumeChanged() method in AvrcpTargetService.AvrcpTargetBinder
613 mService.sendVolumeChanged(volume); in sendVolumeChanged()
DAvrcpNativeInterface.java277 void sendVolumeChanged(BluetoothDevice device, int volume) { in sendVolumeChanged() method in AvrcpNativeInterface
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothAvrcpTarget.aidl29 void sendVolumeChanged(in int volume); in sendVolumeChanged() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java704 mFactory.getAvrcpTargetService().sendVolumeChanged(volume); in setAvrcpAbsoluteVolume()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1403 Landroid/bluetooth/IBluetoothAvrcpTarget$Stub$Proxy;->sendVolumeChanged(I)V
1408 Landroid/bluetooth/IBluetoothAvrcpTarget;->sendVolumeChanged(I)V