commit | cc0cd5eadf108f527895767f38b32c51affa928f | [log] [tgz] |
---|---|---|
author | Chen Chen <cncn@google.com> | Mon Jan 31 15:50:17 2022 -0800 |
committer | Chen Chen <cncn@google.com> | Wed Feb 02 15:09:07 2022 -0800 |
tree | b2fda1ffcfc44935380e8f73682e1a1cb5ed0d2a | |
parent | a2932530f36825f2e53a268119ffdac07aa1df4b [diff] [blame] |
Spatial Audio: Add audio HAL interface for allowing or disallowing low latency audio Bug: 214615268 Test: build Tag: feature Change-Id: I5c9e26edb1271cd69a487409506cc1b93f49e111
diff --git a/bluetooth/audio/2.2/default/BluetoothAudioProvider.h b/bluetooth/audio/2.2/default/BluetoothAudioProvider.h index 425ea3b..90c158e 100644 --- a/bluetooth/audio/2.2/default/BluetoothAudioProvider.h +++ b/bluetooth/audio/2.2/default/BluetoothAudioProvider.h
@@ -56,6 +56,8 @@ Return<void> updateAudioConfiguration( const AudioConfiguration& audioConfig) override; + Return<void> setLowLatencyModeAllowed(bool allowed) override; + protected: sp<BluetoothAudioDeathRecipient> death_recipient_;