| commit | 21ff96740390f771908638a8623dc97a130380f9 | [log] [tgz] |
|---|---|---|
| author | Andy Hung <hunga@google.com> | Tue Jul 18 20:54:44 2023 -0700 |
| committer | Andy Hung <hunga@google.com> | Mon Oct 09 14:12:32 2023 -0700 |
| tree | e60f55686598d0e6e3edd75e1c01ed6485841a5a | |
| parent | d14b9c0c0c75e11a8d1af40c466cbc2864120f51 [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 {