Home
last modified time | relevance | path

Searched refs:setEchoDelay (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/audio/aidl/default/acousticEchoCanceler/
DAcousticEchoCancelerSw.cpp102 RETURN_IF(mContext->setEchoDelay(param.get<AcousticEchoCanceler::echoDelayUs>()) != in setParameterSpecific()
188 RetCode AcousticEchoCancelerSwContext::setEchoDelay(int echoDelayUs) { in setEchoDelay() function in aidl::android::hardware::audio::effect::AcousticEchoCancelerSwContext
DAcousticEchoCancelerSw.h36 RetCode setEchoDelay(int echoDelayUs);
/hardware/interfaces/audio/effect/5.0/
DIAcousticEchoCancelerEffect.hal26 setEchoDelay(uint32_t echoDelayMs) generates (Result retval);
/hardware/interfaces/audio/effect/2.0/
DIAcousticEchoCancelerEffect.hal26 setEchoDelay(uint32_t echoDelayMs) generates (Result retval);
/hardware/interfaces/audio/effect/7.0/
DIAcousticEchoCancelerEffect.hal26 setEchoDelay(uint32_t echoDelayMs) generates (Result retval);
/hardware/interfaces/audio/effect/4.0/
DIAcousticEchoCancelerEffect.hal26 setEchoDelay(uint32_t echoDelayMs) generates (Result retval);
/hardware/interfaces/audio/effect/6.0/
DIAcousticEchoCancelerEffect.hal26 setEchoDelay(uint32_t echoDelayMs) generates (Result retval);
/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.h101 Return<Result> setEchoDelay(uint32_t echoDelayMs) override;
DAcousticEchoCancelerEffect.cpp187 Return<Result> AcousticEchoCancelerEffect::setEchoDelay(uint32_t echoDelayMs) { in setEchoDelay() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect