Home
last modified time | relevance | path

Searched refs:onExtAudioOutVolumeOffsetChanged (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlNativeInterfaceTest.java118 public void onExtAudioOutVolumeOffsetChanged() { in onExtAudioOutVolumeOffsetChanged() method in VolumeControlNativeInterfaceTest
123 mNativeInterface.onExtAudioOutVolumeOffsetChanged(externalOutputId, offset, address); in onExtAudioOutVolumeOffsetChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java295 void onExtAudioOutVolumeOffsetChanged(int externalOutputId, int offset, byte[] address) { in onExtAudioOutVolumeOffsetChanged() method in VolumeControlNativeInterface