mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Move equalizer header file to Equalizer folder"
This commit is contained in:
@@ -31,7 +31,7 @@ cc_library_shared {
|
||||
"latest_android_hardware_audio_effect_ndk_shared",
|
||||
],
|
||||
srcs: [
|
||||
"Equalizer.cpp",
|
||||
"EqualizerSw.cpp",
|
||||
":effectCommonFile",
|
||||
],
|
||||
visibility: [
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <android-base/logging.h>
|
||||
#include <fmq/AidlMessageQueue.h>
|
||||
|
||||
#include "equalizer-impl/EqualizerSw.h"
|
||||
#include "EqualizerSw.h"
|
||||
|
||||
using aidl::android::hardware::audio::effect::EqualizerSw;
|
||||
using aidl::android::hardware::audio::effect::EqualizerSwImplUUID;
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace aidl::android::hardware::audio::effect {
|
||||
|
||||
class EqualizerSwContext : public EffectContext {
|
||||
class EqualizerSwContext final : public EffectContext {
|
||||
public:
|
||||
EqualizerSwContext(int statusDepth, const Parameter::Common& common)
|
||||
: EffectContext(statusDepth, common) {
|
||||
@@ -78,7 +78,7 @@ class EqualizerSwContext : public EffectContext {
|
||||
// Add equalizer specific context for processing here
|
||||
};
|
||||
|
||||
class EqualizerSw : public EffectImpl {
|
||||
class EqualizerSw final : public EffectImpl {
|
||||
public:
|
||||
EqualizerSw() { LOG(DEBUG) << __func__; }
|
||||
~EqualizerSw() {
|
||||
Reference in New Issue
Block a user