Home
last modified time | relevance | path

Searched refs:onVolumeOffsetAudioLocationChanged (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothVolumeControlCallback.aidl30 …void onVolumeOffsetAudioLocationChanged(in BluetoothDevice device, in int instanceId, in int audio… in onVolumeOffsetAudioLocationChanged() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothVolumeControl.java130 default void onVolumeOffsetAudioLocationChanged( in onVolumeOffsetAudioLocationChanged() method
195 public void onVolumeOffsetAudioLocationChanged( in onVolumeOffsetAudioLocationChanged() method in BluetoothVolumeControl.VolumeControlNotifyCallback
200 cb.onVolumeOffsetAudioLocationChanged( in onVolumeOffsetAudioLocationChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1133 verify(callback).onVolumeOffsetAudioLocationChanged(eq(mDevice), eq(1), eq(1)); in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
1138 verify(callback).onVolumeOffsetAudioLocationChanged(eq(mDevice), eq(2), eq(2)); in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
1143 verify(callback).onVolumeOffsetAudioLocationChanged(eq(mDeviceTwo), eq(1), eq(3)); in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
1153 verify(callback).onVolumeOffsetAudioLocationChanged(eq(mDevice), eq(1), eq(0)); in testServiceBinderRegisterCallbackWhenDeviceAlreadyConnected()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java746 callback.onVolumeOffsetAudioLocationChanged(device, id, location); in notifyNewCallbackOfKnownVolumeInfo()
1086 .onVolumeOffsetAudioLocationChanged(device, id, location); in handleDeviceExtAudioLocationChanged()
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt1135 ….leaudio_multiple_vocs_instances_api") public default void onVolumeOffsetAudioLocationChanged(@Non…