diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-14 02:09:30 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-14 02:09:30 +0000 |
commit | 729a7a44a8acf58a7073d6520ece9e69df2fa6eb (patch) | |
tree | 8ed05777c92c99d1bdfcbeab1fb384368b292be0 /system/audio_hal_interface/client_interface.h | |
parent | f60b9a30eb1fec740269b20e3772a7bdad4011a0 (diff) | |
parent | bbc23f9c61c5be50e5b25b3d684bb3e6d9a26ec5 (diff) |
Snap for 7995208 from bbc23f9c61c5be50e5b25b3d684bb3e6d9a26ec5 to tm-release
Change-Id: I279d238c408ce2fed930df8a9fd59068c344bdb5
Diffstat (limited to 'system/audio_hal_interface/client_interface.h')
-rw-r--r-- | system/audio_hal_interface/client_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/audio_hal_interface/client_interface.h b/system/audio_hal_interface/client_interface.h index 795100b2d1..12e9878d8a 100644 --- a/system/audio_hal_interface/client_interface.h +++ b/system/audio_hal_interface/client_interface.h @@ -155,6 +155,7 @@ class IBluetoothTransportInstance { timespec* data_position) = 0; virtual void MetadataChanged(const source_metadata_t& source_metadata) = 0; + virtual void SinkMetadataChanged(const sink_metadata_t& sink_metadata) = 0; // Invoked when the transport is requested to reset presentation position virtual void ResetPresentationPosition() = 0; |