summaryrefslogtreecommitdiff
path: root/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
diff options
context:
space:
mode:
authorChen Chen <cncn@google.com>2022-02-15 18:43:26 -0800
committerChen Chen <cncn@google.com>2022-02-24 18:40:27 +0000
commit0a68a920ccbf94ff86ed509aedcf29b92fdce51e (patch)
tree91f1f1c18fa29a3d9b493285c534cc7363f45a61 /bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
parent07011d9e09869b625171183c72c740cf7965a3c4 (diff)
SpatialAudio: Init codec and buffer size from startStream()
Bug: 214615268 Test: build Tag: #feature Change-Id: I26d82da0dfc82fcb6cab6b879bced8e892e8cf44
Diffstat (limited to 'bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp')
-rw-r--r--bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
index 0407751914..18352a08bd 100644
--- a/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
+++ b/bluetooth/audio/aidl/vts/VtsHalBluetoothAudioTargetTest.cpp
@@ -138,7 +138,7 @@ class BluetoothAudioPort : public BnBluetoothAudioPort {
public:
BluetoothAudioPort() {}
- ndk::ScopedAStatus startStream() { return ScopedAStatus::ok(); }
+ ndk::ScopedAStatus startStream(bool) { return ScopedAStatus::ok(); }
ndk::ScopedAStatus suspendStream() { return ScopedAStatus::ok(); }