commit | f2f5d64cc897e75dde53329d777aa544e602c9b2 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Jul 18 20:54:44 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Mon Aug 14 16:06:58 2023 -0700 |
tree | 6bb8ed48c2e5b3188af7120992923027ee74c0f7 | |
parent | 4f27495e8870c45124f35ed5ccdfad888102925c [diff] [blame] |
AudioFlinger: Update DeviceEffectManager class includes Test: atest AudioRecordTest AudioTrackTest Test: Camera YouTube Bug: 292018229 Merged-In: I05b1a7fafe66dde48b23f1659b8484dfa21fd04c Change-Id: I05b1a7fafe66dde48b23f1659b8484dfa21fd04c
diff --git a/services/audioflinger/DeviceEffectManager.h b/services/audioflinger/DeviceEffectManager.h index 162ffd3..6111030 100644 --- a/services/audioflinger/DeviceEffectManager.h +++ b/services/audioflinger/DeviceEffectManager.h
@@ -17,6 +17,11 @@ #pragma once +#include "IAfEffect.h" +#include "PatchCommandThread.h" + +#include <utils/Mutex.h> // avoid transitive dependency + namespace android { class IAfDeviceEffectManagerCallback : public virtual RefBase {