Home
last modified time | relevance | path

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

12

/hardware/interfaces/audio/effect/all-versions/default/
DAcousticEchoCancelerEffect.cpp113 Return<void> AcousticEchoCancelerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::AcousticEchoCancelerEffect
115 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DPresetReverbEffect.cpp112 Return<void> PresetReverbEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::PresetReverbEffect
114 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DLoudnessEnhancerEffect.cpp114 Return<void> LoudnessEnhancerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::LoudnessEnhancerEffect
116 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DBassBoostEffect.cpp112 Return<void> BassBoostEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::BassBoostEffect
114 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DDownmixEffect.cpp112 Return<void> DownmixEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::DownmixEffect
114 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DAutomaticGainControlEffect.cpp126 Return<void> AutomaticGainControlEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
128 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DNoiseSuppressionEffect.cpp123 Return<void> NoiseSuppressionEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
125 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DVisualizerEffect.cpp114 Return<void> VisualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::VisualizerEffect
116 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DVirtualizerEffect.cpp118 Return<void> VirtualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::VirtualizerEffect
120 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEqualizerEffect.cpp135 Return<void> EqualizerEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
137 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEnvironmentalReverbEffect.cpp141 Return<void> EnvironmentalReverbEffect::getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
143 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DLoudnessEnhancerEffect.h74 Return<void> getSupportedAuxChannelsConfigs(
DAcousticEchoCancelerEffect.h74 Return<void> getSupportedAuxChannelsConfigs(
DPresetReverbEffect.h74 Return<void> getSupportedAuxChannelsConfigs(
DDownmixEffect.h74 Return<void> getSupportedAuxChannelsConfigs(
DBassBoostEffect.h76 Return<void> getSupportedAuxChannelsConfigs(
DNoiseSuppressionEffect.h76 Return<void> getSupportedAuxChannelsConfigs(
DVisualizerEffect.h74 Return<void> getSupportedAuxChannelsConfigs(
DAutomaticGainControlEffect.h76 Return<void> getSupportedAuxChannelsConfigs(
DVirtualizerEffect.h78 Return<void> getSupportedAuxChannelsConfigs(
DEqualizerEffect.h78 Return<void> getSupportedAuxChannelsConfigs(
/hardware/interfaces/audio/common/7.0/example/
DLoudnessEnhancerEffect.h75 ::android::hardware::Return<void> getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function
77 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEqualizerEffect.h75 ::android::hardware::Return<void> getSupportedAuxChannelsConfigs( in getSupportedAuxChannelsConfigs() function
77 return mEffect->getSupportedAuxChannelsConfigs(maxConfigs, _hidl_cb); in getSupportedAuxChannelsConfigs()
DEffect.h52 ::android::hardware::Return<void> getSupportedAuxChannelsConfigs(
DEffect.cpp126 Return<void> Effect::getSupportedAuxChannelsConfigs(uint32_t maxConfigs, in getSupportedAuxChannelsConfigs() function in android::hardware::audio::effect::V7_0::implementation::Effect

12