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

Commit aa1af23c authored by Andy Hung's avatar Andy Hung Committed by Android (Google) Code Review
Browse files

Merge "AudioFlinger: Update MelReporter class includes" into udc-dev-plus-aosp

parents 939187a5 1e1d1d2f
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 {