Home
last modified time | relevance | path

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

12

/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp148 Return<void> AcousticEchoCancelerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
151 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DBassBoostEffect.cpp144 Return<void> BassBoostEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
147 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DPresetReverbEffect.cpp144 Return<void> PresetReverbEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
147 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DDownmixEffect.cpp144 Return<void> DownmixEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
147 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DLoudnessEnhancerEffect.cpp147 Return<void> LoudnessEnhancerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
150 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DVirtualizerEffect.cpp156 Return<void> VirtualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect
159 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DAutomaticGainControlEffect.cpp161 Return<void> AutomaticGainControlEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
164 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DNoiseSuppressionEffect.cpp156 Return<void> NoiseSuppressionEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
159 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DVisualizerEffect.cpp145 Return<void> VisualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
148 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEnvironmentalReverbEffect.cpp176 Return<void> EnvironmentalReverbEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
179 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEqualizerEffect.cpp167 Return<void> EqualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
170 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DAcousticEchoCancelerEffect.h83 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DBassBoostEffect.h85 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DLoudnessEnhancerEffect.h83 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DDownmixEffect.h83 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DPresetReverbEffect.h83 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DVisualizerEffect.h83 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DAutomaticGainControlEffect.h85 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DVirtualizerEffect.h84 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DNoiseSuppressionEffect.h85 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DEqualizerEffect.h87 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DEnvironmentalReverbEffect.h87 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DEffect.h96 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DEffect.cpp667 Return<void> Effect::getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs, in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp513 Return<void> ret = effect->getSupportedConfigsForFeature( in TEST_P()

12