Searched refs:onVolumeOffsetAudioLocationChanged (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothVolumeControlCallback.aidl | 30 …void onVolumeOffsetAudioLocationChanged(in BluetoothDevice device, in int instanceId, in int audio… in onVolumeOffsetAudioLocationChanged() method
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothVolumeControl.java | 130 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/ |
D | VolumeControlServiceTest.java | 1133 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/ |
D | VolumeControlService.java | 746 callback.onVolumeOffsetAudioLocationChanged(device, id, location); in notifyNewCallbackOfKnownVolumeInfo() 1086 .onVolumeOffsetAudioLocationChanged(device, id, location); in handleDeviceExtAudioLocationChanged()
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 1135 ….leaudio_multiple_vocs_instances_api") public default void onVolumeOffsetAudioLocationChanged(@Non…
|