commit | 1e1d1d2ff0119f767a630f4897850eaddc494290 | [log] [tgz] |
---|---|---|
author | Andy Hung <hunga@google.com> | Tue Jul 18 18:55:52 2023 -0700 |
committer | Andy Hung <hunga@google.com> | Mon Aug 21 18:01:06 2023 +0000 |
tree | cd2c767fe9fdbd5a19479ab5382564cafac05a6e | |
parent | 29ff848fc471ee9a563b76298e8aaf03803bd425 [diff] |
AudioFlinger: Update MelReporter class includes Test: atest AudioRecordTest AudioTrackTest Test: Camera YouTube Bug: 292018229 Merged-In: Ie34cf9ebb03c8cffdbc5e38801d8c902bcd8a93e Change-Id: Ie34cf9ebb03c8cffdbc5e38801d8c902bcd8a93e
diff --git a/services/audioflinger/MelReporter.cpp b/services/audioflinger/MelReporter.cpp index f0f613a..bcc6536 100644 --- a/services/audioflinger/MelReporter.cpp +++ b/services/audioflinger/MelReporter.cpp
@@ -18,7 +18,7 @@ // #define LOG_NDEBUG 0 #define LOG_TAG "MelReporter" -#include "AudioFlinger.h" +#include "MelReporter.h" #include <android/media/ISoundDoseCallback.h> #include <audio_utils/power.h>
diff --git a/services/audioflinger/MelReporter.h b/services/audioflinger/MelReporter.h index 6408454..2a1f3b3 100644 --- a/services/audioflinger/MelReporter.h +++ b/services/audioflinger/MelReporter.h
@@ -17,8 +17,12 @@ #pragma once -#include <mutex> +#include "IAfPatchPanel.h" +#include "PatchCommandThread.h" + #include <sounddose/SoundDoseManager.h> + +#include <mutex> #include <unordered_map> namespace android {