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/media/libaudiohal/impl/DeviceHalHidl.h b/media/libaudiohal/impl/DeviceHalHidl.h index 727e92f..3e33609 100644 --- a/media/libaudiohal/impl/DeviceHalHidl.h +++ b/media/libaudiohal/impl/DeviceHalHidl.h
@@ -132,7 +132,7 @@ return INVALID_OPERATION; } - int32_t supportsBluetoothLatencyModes(bool* supports __unused) override { + int32_t supportsBluetoothVariableLatency(bool* supports __unused) override { // TODO: Implement the HAL query when moving to AIDL HAL. return INVALID_OPERATION; }