Home
last modified time | relevance | path

Searched refs:getConfigReverse (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp93 Return<void> AcousticEchoCancelerEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
94 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DBassBoostEffect.cpp91 Return<void> BassBoostEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
92 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DPresetReverbEffect.cpp91 Return<void> PresetReverbEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
92 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DDownmixEffect.cpp91 Return<void> DownmixEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
92 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DLoudnessEnhancerEffect.cpp94 Return<void> LoudnessEnhancerEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
95 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DVirtualizerEffect.cpp103 Return<void> VirtualizerEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect
104 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DAutomaticGainControlEffect.cpp106 Return<void> AutomaticGainControlEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
107 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DNoiseSuppressionEffect.cpp103 Return<void> NoiseSuppressionEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
104 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DVisualizerEffect.cpp92 Return<void> VisualizerEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
93 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DEnvironmentalReverbEffect.cpp121 Return<void> EnvironmentalReverbEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
122 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DEqualizerEffect.cpp114 Return<void> EqualizerEffect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
115 return mEffect->getConfigReverse(_hidl_cb); in getConfigReverse()
DAcousticEchoCancelerEffect.h66 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DBassBoostEffect.h68 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DLoudnessEnhancerEffect.h66 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DDownmixEffect.h66 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DPresetReverbEffect.h66 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DVisualizerEffect.h66 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DAutomaticGainControlEffect.h68 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DVirtualizerEffect.h67 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DNoiseSuppressionEffect.h68 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DEqualizerEffect.h70 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DEnvironmentalReverbEffect.h70 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DEffect.h79 Return<void> getConfigReverse(getConfigReverse_cb _hidl_cb) override;
DEffect.cpp562 Return<void> Effect::getConfigReverse(getConfigReverse_cb _hidl_cb) { in getConfigReverse() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp296 Return<void> ret = effect->getConfigReverse([&](Result, const EffectConfig&) {}); in TEST_P()

12