Loading bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/IBluetoothAudioPort.aidl +2 −1 Original line number Diff line number Diff line Loading @@ -38,5 +38,6 @@ interface IBluetoothAudioPort { void startStream(); void stopStream(); void suspendStream(); void updateMetadata(in android.hardware.audio.common.SourceMetadata sourceMetadata); void updateSourceMetadata(in android.hardware.audio.common.SourceMetadata sourceMetadata); void updateSinkMetadata(in android.hardware.audio.common.SinkMetadata sinkMetadata); } bluetooth/audio/aidl/android/hardware/bluetooth/audio/IBluetoothAudioPort.aidl +9 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.bluetooth.audio; import android.hardware.audio.common.SinkMetadata; import android.hardware.audio.common.SourceMetadata; import android.hardware.bluetooth.audio.PresentationPosition; Loading Loading @@ -69,5 +70,12 @@ interface IBluetoothAudioPort { * @param sourceMetadata Description of the audio that is played by the * clients. */ void updateMetadata(in SourceMetadata sourceMetadata); void updateSourceMetadata(in SourceMetadata sourceMetadata); /** * Called when the metadata of the stream's sink has been changed. * * @param sinkMetadata as passed from Audio Framework */ void updateSinkMetadata(in SinkMetadata sinkMetadata); } Loading
bluetooth/audio/aidl/aidl_api/android.hardware.bluetooth.audio/current/android/hardware/bluetooth/audio/IBluetoothAudioPort.aidl +2 −1 Original line number Diff line number Diff line Loading @@ -38,5 +38,6 @@ interface IBluetoothAudioPort { void startStream(); void stopStream(); void suspendStream(); void updateMetadata(in android.hardware.audio.common.SourceMetadata sourceMetadata); void updateSourceMetadata(in android.hardware.audio.common.SourceMetadata sourceMetadata); void updateSinkMetadata(in android.hardware.audio.common.SinkMetadata sinkMetadata); }
bluetooth/audio/aidl/android/hardware/bluetooth/audio/IBluetoothAudioPort.aidl +9 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package android.hardware.bluetooth.audio; import android.hardware.audio.common.SinkMetadata; import android.hardware.audio.common.SourceMetadata; import android.hardware.bluetooth.audio.PresentationPosition; Loading Loading @@ -69,5 +70,12 @@ interface IBluetoothAudioPort { * @param sourceMetadata Description of the audio that is played by the * clients. */ void updateMetadata(in SourceMetadata sourceMetadata); void updateSourceMetadata(in SourceMetadata sourceMetadata); /** * Called when the metadata of the stream's sink has been changed. * * @param sinkMetadata as passed from Audio Framework */ void updateSinkMetadata(in SinkMetadata sinkMetadata); }