Home
last modified time | relevance | path

Searched refs:BassBoostSwContext (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/audio/aidl/default/bassboost/
DBassBoostSw.h28 class BassBoostSwContext final : public EffectContext {
30 BassBoostSwContext(int statusDepth, const Parameter::Common& common) in BassBoostSwContext() function
69 std::shared_ptr<BassBoostSwContext> mContext GUARDED_BY(mImplMutex);
DBassBoostSw.cpp149 mContext = std::make_shared<BassBoostSwContext>(1 /* statusFmqDepth */, common); in createContext()
171 RetCode BassBoostSwContext::setBbStrengthPm(int strength) { in setBbStrengthPm()