From 8bbcaff87ae229e01d49edaf0d2d72fd20fc8e6d Mon Sep 17 00:00:00 2001 From: Shunkai Yao Date: Tue, 9 Jan 2024 21:14:07 +0000 Subject: Add kEventFlagDataMqUpdate for dataMQ update Bug: 302036943 Test: atest VtsHalAudioEffectTargetTest Change-Id: I0ac8c9f7b1691cd2d0717e997d8784cfd048a136 Merged-In: I0ac8c9f7b1691cd2d0717e997d8784cfd048a136 --- audio/include/system/audio_effects/aidl_effects_utils.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/include/system/audio_effects/aidl_effects_utils.h b/audio/include/system/audio_effects/aidl_effects_utils.h index c46da27e..e039d7db 100644 --- a/audio/include/system/audio_effects/aidl_effects_utils.h +++ b/audio/include/system/audio_effects/aidl_effects_utils.h @@ -29,6 +29,10 @@ namespace aidl::android::hardware::audio::effect { * TODO: b/277900230, Define in future AIDL version. */ static constexpr uint32_t kEventFlagNotEmpty = 0x1; +/** + * EventFlag for the effect instance to indicate that the data FMQ needs to be updated. + */ +static constexpr uint32_t kEventFlagDataMqUpdate = 0x1 << 1; /** * Check the target Parameter with $Parameter$Range definition in Capability. -- cgit v1.2.3