Home
last modified time | relevance | path

Searched refs:getSupportedAuxChannelsConfigs (Results 1 – 25 of 28) sorted by relevance

12

/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp97 Return<void> AcousticEchoCancelerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
99 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DPresetReverbEffect.cpp95 Return<void> PresetReverbEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
97 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DDownmixEffect.cpp95 Return<void> DownmixEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
97 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DBassBoostEffect.cpp95 Return<void> BassBoostEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
97 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DLoudnessEnhancerEffect.cpp98 Return<void> LoudnessEnhancerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
100 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DVirtualizerEffect.cpp107 Return<void> VirtualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect
109 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DAutomaticGainControlEffect.cpp110 Return<void> AutomaticGainControlEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
112 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DNoiseSuppressionEffect.cpp107 Return<void> NoiseSuppressionEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
109 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DVisualizerEffect.cpp96 Return<void> VisualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
98 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEqualizerEffect.cpp118 Return<void> EqualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
120 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEnvironmentalReverbEffect.cpp125 Return<void> EnvironmentalReverbEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
127 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DBassBoostEffect.h69 Return<void> getSupportedAuxChannelsConfigs(
DDownmixEffect.h67 Return<void> getSupportedAuxChannelsConfigs(
DAcousticEchoCancelerEffect.h67 Return<void> getSupportedAuxChannelsConfigs(
DLoudnessEnhancerEffect.h67 Return<void> getSupportedAuxChannelsConfigs(
DPresetReverbEffect.h67 Return<void> getSupportedAuxChannelsConfigs(
DAutomaticGainControlEffect.h69 Return<void> getSupportedAuxChannelsConfigs(
DVirtualizerEffect.h68 Return<void> getSupportedAuxChannelsConfigs(
DVisualizerEffect.h67 Return<void> getSupportedAuxChannelsConfigs(
DNoiseSuppressionEffect.h69 Return<void> getSupportedAuxChannelsConfigs(
DEqualizerEffect.h71 Return<void> getSupportedAuxChannelsConfigs(
DEnvironmentalReverbEffect.h71 Return<void> getSupportedAuxChannelsConfigs(
DEffect.h80 Return<void> getSupportedAuxChannelsConfigs(
DEffect.cpp565 Return<void> Effect::getSupportedAuxChannelsConfigs(uint32_t maxConfigs, in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp302 Return<void> ret = effect->getSupportedAuxChannelsConfigs( in TEST_F()

12