commit | a80a851ada3b4973427879be859cdb7bc18f20c3 | [log] [tgz] |
---|---|---|
author | Grzegorz Kołodziejczyk <grzegorz.kolodziejczyk@codecoup.pl> | Tue Feb 23 11:53:08 2021 +0000 |
committer | Jakub Pawlowski <jpawlowski@google.com> | Mon Mar 01 11:38:03 2021 +0000 |
tree | f8225c9dd8c9a9052f33557f43b64ae79b4d1bb8 | |
parent | be9a813aecf97a2618a69884c4edeccee6088e7d [diff] [blame] |
audio: Implement OnSessionStarted for HAL 2.1 Patch implements OnSessionStarted for HAL 2.1. Bug: Tag: #feature Test: vts-tradefed run vts -m VtsHalBluetoothAudioV2_1TargetTest Sponsor: jpawlowski@ Change-Id: Ide76fe59c323726ae98e6311f7360eb733c1c7cc Change-Id: I84302cf653ffebcba3b4c875f6a156293d8dae75
diff --git a/bluetooth/audio/utils/session/BluetoothAudioSession.h b/bluetooth/audio/utils/session/BluetoothAudioSession.h index 8d02387..83e20ad 100644 --- a/bluetooth/audio/utils/session/BluetoothAudioSession.h +++ b/bluetooth/audio/utils/session/BluetoothAudioSession.h
@@ -79,6 +79,8 @@ }; class BluetoothAudioSession { + friend class BluetoothAudioSession_2_1; + private: // using recursive_mutex to allow hwbinder to re-enter agian. std::recursive_mutex mutex_;