Home
last modified time | relevance | path

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

12

/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp160 Return<void> AcousticEchoCancelerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
163 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DPresetReverbEffect.cpp157 Return<void> PresetReverbEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
160 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DLoudnessEnhancerEffect.cpp159 Return<void> LoudnessEnhancerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
162 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DBassBoostEffect.cpp157 Return<void> BassBoostEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
160 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DDownmixEffect.cpp157 Return<void> DownmixEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
160 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DAutomaticGainControlEffect.cpp173 Return<void> AutomaticGainControlEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
176 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DNoiseSuppressionEffect.cpp168 Return<void> NoiseSuppressionEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
171 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DVisualizerEffect.cpp159 Return<void> VisualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
162 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DVirtualizerEffect.cpp163 Return<void> VirtualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect
166 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEqualizerEffect.cpp180 Return<void> EqualizerEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
183 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEnvironmentalReverbEffect.cpp188 Return<void> EnvironmentalReverbEffect::getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
191 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DLoudnessEnhancerEffect.h89 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DAcousticEchoCancelerEffect.h89 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DPresetReverbEffect.h89 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DDownmixEffect.h89 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DBassBoostEffect.h91 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DNoiseSuppressionEffect.h91 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DVisualizerEffect.h89 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DAutomaticGainControlEffect.h91 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DVirtualizerEffect.h93 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
DEqualizerEffect.h93 Return<void> getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs,
/hardware/interfaces/audio/common/7.0/example/
DLoudnessEnhancerEffect.h121 ::android::hardware::Return<void> getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function
124 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEqualizerEffect.h121 ::android::hardware::Return<void> getSupportedConfigsForFeature( in getSupportedConfigsForFeature() function
124 return mEffect->getSupportedConfigsForFeature(featureId, maxConfigs, configSize, _hidl_cb); in getSupportedConfigsForFeature()
DEffect.h75 ::android::hardware::Return<void> getSupportedConfigsForFeature(
DEffect.cpp194 Return<void> Effect::getSupportedConfigsForFeature(uint32_t featureId, uint32_t maxConfigs, in getSupportedConfigsForFeature() function in android::hardware::audio::effect::V7_0::implementation::Effect

12