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