Searched refs:BassBoostSwContext (Results 1 – 2 of 2) sorted by relevance
28 class BassBoostSwContext final : public EffectContext {30 BassBoostSwContext(int statusDepth, const Parameter::Common& common) in BassBoostSwContext() function69 std::shared_ptr<BassBoostSwContext> mContext GUARDED_BY(mImplMutex);
149 mContext = std::make_shared<BassBoostSwContext>(1 /* statusFmqDepth */, common); in createContext()171 RetCode BassBoostSwContext::setBbStrengthPm(int strength) { in setBbStrengthPm()