/hardware/interfaces/audio/effect/all-versions/default/ |
D | AcousticEchoCancelerEffect.cpp | 97 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()
|
D | PresetReverbEffect.cpp | 95 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()
|
D | DownmixEffect.cpp | 95 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()
|
D | BassBoostEffect.cpp | 95 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()
|
D | LoudnessEnhancerEffect.cpp | 98 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()
|
D | VirtualizerEffect.cpp | 107 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()
|
D | AutomaticGainControlEffect.cpp | 110 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()
|
D | NoiseSuppressionEffect.cpp | 107 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()
|
D | VisualizerEffect.cpp | 96 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()
|
D | EqualizerEffect.cpp | 118 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()
|
D | EnvironmentalReverbEffect.cpp | 125 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()
|
D | BassBoostEffect.h | 69 Return<void> getSupportedAuxChannelsConfigs(
|
D | DownmixEffect.h | 67 Return<void> getSupportedAuxChannelsConfigs(
|
D | AcousticEchoCancelerEffect.h | 67 Return<void> getSupportedAuxChannelsConfigs(
|
D | LoudnessEnhancerEffect.h | 67 Return<void> getSupportedAuxChannelsConfigs(
|
D | PresetReverbEffect.h | 67 Return<void> getSupportedAuxChannelsConfigs(
|
D | AutomaticGainControlEffect.h | 69 Return<void> getSupportedAuxChannelsConfigs(
|
D | VirtualizerEffect.h | 68 Return<void> getSupportedAuxChannelsConfigs(
|
D | VisualizerEffect.h | 67 Return<void> getSupportedAuxChannelsConfigs(
|
D | NoiseSuppressionEffect.h | 69 Return<void> getSupportedAuxChannelsConfigs(
|
D | EqualizerEffect.h | 71 Return<void> getSupportedAuxChannelsConfigs(
|
D | EnvironmentalReverbEffect.h | 71 Return<void> getSupportedAuxChannelsConfigs(
|
D | Effect.h | 80 Return<void> getSupportedAuxChannelsConfigs(
|
D | Effect.cpp | 565 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/ |
D | VtsHalAudioEffectTargetTest.cpp | 302 Return<void> ret = effect->getSupportedAuxChannelsConfigs( in TEST_F()
|