Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/acousticEchoCanceler/
DAcousticEchoCancelerSw.h29 class AcousticEchoCancelerSwContext final : public EffectContext {
31 AcousticEchoCancelerSwContext(int statusDepth, const Parameter::Common& common) in AcousticEchoCancelerSwContext() function
69 std::shared_ptr<AcousticEchoCancelerSwContext> mContext GUARDED_BY(mImplMutex);
DAcousticEchoCancelerSw.cpp166 mContext = std::make_shared<AcousticEchoCancelerSwContext>(1 /* statusFmqDepth */, common); in createContext()
188 RetCode AcousticEchoCancelerSwContext::setEchoDelay(int echoDelayUs) { in setEchoDelay()