Searched refs:EffectImpl (Results 1 – 12 of 12) sorted by relevance
54 struct EffectImpl { struct60 struct Effect : public EffectImpl { argument63 std::shared_ptr<EffectImpl> libSw; //< Only valid if isProxy64 std::shared_ptr<EffectImpl> libHw; //< Only valid if isProxy
184 auto parseImpl = [&libraries](const XMLElement& xmlImpl, EffectImpl& effect) { in parseEffect()219 const std::shared_ptr<EffectImpl>& proxyLib) { in parseEffect()227 effect.libSw = std::make_shared<EffectImpl>(); in parseEffect()228 effect.libHw = std::make_shared<EffectImpl>(); in parseEffect()
26 class HapticGeneratorImpl final : public EffectImpl {
26 class LoudnessEnhancerImpl final : public EffectImpl {
27 class DownmixImpl final : public EffectImpl {
27 class VisualizerImpl final : public EffectImpl {
27 class DynamicsProcessingImpl final : public EffectImpl {
26 class EffectReverb final : public EffectImpl {
27 class EffectPreProcessing final : public EffectImpl {
33 class EffectBundleAidl final : public EffectImpl {
211 LoadEffectResult loadEffect(const std::shared_ptr<const EffectImpl>& effect, in loadEffect()
278 static_cast<effectsConfig::EffectImpl&>(effect).uuid = uuid.value(); in getProcessings()