Home
last modified time | relevance | path

Searched refs:updateIOFrameSize (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DEffectContext.cpp171 if (auto ret = updateIOFrameSize(common); ret != RetCode::SUCCESS) { in setCommon()
195 RetCode EffectContext::updateIOFrameSize(const Parameter::Common& common) { in updateIOFrameSize() function in aidl::android::hardware::audio::effect::EffectContext
/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectContext.h98 RetCode updateIOFrameSize(const Parameter::Common& common);
/hardware/interfaces/audio/aidl/default/dynamicProcessing/
DDynamicsProcessingSw.cpp281 if (auto ret = updateIOFrameSize(common); ret != RetCode::SUCCESS) { in setCommon()