commit | 0a68a920ccbf94ff86ed509aedcf29b92fdce51e | [log] [tgz] |
---|---|---|
author | Chen Chen <cncn@google.com> | Tue Feb 15 18:43:26 2022 -0800 |
committer | Chen Chen <cncn@google.com> | Thu Feb 24 18:40:27 2022 +0000 |
tree | 91f1f1c18fa29a3d9b493285c534cc7363f45a61 | |
parent | 07011d9e09869b625171183c72c740cf7965a3c4 [diff] [blame] |
SpatialAudio: Init codec and buffer size from startStream() Bug: 214615268 Test: build Tag: #feature Change-Id: I26d82da0dfc82fcb6cab6b879bced8e892e8cf44
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp index 0407751..18352a0 100644 --- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp +++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -138,7 +138,7 @@ public: BluetoothAudioPort() {} - ndk::ScopedAStatus startStream() { return ScopedAStatus::ok(); } + ndk::ScopedAStatus startStream(bool) { return ScopedAStatus::ok(); } ndk::ScopedAStatus suspendStream() { return ScopedAStatus::ok(); }