Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f27495e authored by Andy Hung's avatar Andy Hung
Browse files

AudioFlinger: Update MelReporter class includes

Test: atest AudioRecordTest AudioTrackTest
Test: Camera YouTube
Bug: 292018229
Merged-In: Ie34cf9ebb03c8cffdbc5e38801d8c902bcd8a93e
Change-Id: Ie34cf9ebb03c8cffdbc5e38801d8c902bcd8a93e
parent 8dc090c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+5 −1
Original line number Diff line number Diff line
@@ -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 {