diff options
author | Scott Lobdell <slobdell@google.com> | 2022-03-11 19:27:17 +0000 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2022-03-11 19:57:09 +0000 |
commit | c9218ef1b82430a07d94f74c212a30e7ccc52975 (patch) | |
tree | 241b7fdeb6bdf1cf3af925ba8996f18faa8973d9 /system/audio_hal_interface/aidl/a2dp_encoding.h | |
parent | a26bda4d37221f2f7ef750b413502091e3bcddd4 (diff) | |
parent | 480d2270b269a0e47bf475eb439111f3f966e2a9 (diff) |
Merge TP1A.220225.003
Change-Id: Id71ac466dbfe3707fe2e544ce22b1da8f474ec2b
Diffstat (limited to 'system/audio_hal_interface/aidl/a2dp_encoding.h')
-rw-r--r-- | system/audio_hal_interface/aidl/a2dp_encoding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/audio_hal_interface/aidl/a2dp_encoding.h b/system/audio_hal_interface/aidl/a2dp_encoding.h index c18adbc21a..a49c767589 100644 --- a/system/audio_hal_interface/aidl/a2dp_encoding.h +++ b/system/audio_hal_interface/aidl/a2dp_encoding.h @@ -81,6 +81,10 @@ size_t read(uint8_t* p_buf, uint32_t len); ***/ void set_remote_delay(uint16_t delay_report); +/*** + * Set low latency buffer mode allowed or disallowed + ***/ +void set_low_latency_mode_allowed(bool allowed); } // namespace a2dp } // namespace aidl } // namespace audio |