commit | 49879b768e559201b86e78190df1fdd57687fb30 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Dec 20 20:20:23 2022 +0100 |
committer | Shunkai Yao <yaoshunkai@google.com> | Wed Jan 04 19:53:28 2023 +0000 |
tree | aa5a8876d4f7f18509e14c77ac4bd739e77dacc9 | |
parent | 01eb164076a1bd90e1f22a91eb6643eec1c6455d [diff] [blame] |
audio flinger: rename Bluetooth latency mode APIs Rename APIs controlling Bluetooth variable latency after API review suggestions. Bug: 257922898 Test: make Merged-In: I517ad9c6aef14975c9e0a1a2703d1b17d638ea0e Change-Id: I517ad9c6aef14975c9e0a1a2703d1b17d638ea0e
diff --git a/services/audioflinger/Threads.h b/services/audioflinger/Threads.h index 8a29dbf..bb42f22 100644 --- a/services/audioflinger/Threads.h +++ b/services/audioflinger/Threads.h
@@ -1086,7 +1086,7 @@ return INVALID_OPERATION; } - virtual status_t setBluetoothLatencyModesEnabled(bool enabled); + virtual status_t setBluetoothVariableLatencyEnabled(bool enabled); protected: // updated by readOutputParameters_l()