diff options
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 |