Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/include/effect-impl/
DEffectContext.h81 virtual Parameter::Common getCommon();
/hardware/interfaces/audio/aidl/default/
DEffectContext.cpp187 Parameter::Common EffectContext::getCommon() { in getCommon() function in aidl::android::hardware::audio::effect::EffectContext
DEffectImpl.cpp201 param->set<Parameter::common>(mImplContext->getCommon()); in getParameterCommon()