Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/
DINoiseSuppressionEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIAutomaticGainControlEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIEqualizerEffect.hal87 setAllProperties(AllProperties properties) generates (Result retval);
DIEnvironmentalReverbEffect.hal172 setAllProperties(AllProperties properties) generates (Result retval);
/hardware/interfaces/audio/effect/4.0/
DINoiseSuppressionEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIAutomaticGainControlEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIEqualizerEffect.hal87 setAllProperties(AllProperties properties) generates (Result retval);
DIEnvironmentalReverbEffect.hal172 setAllProperties(AllProperties properties) generates (Result retval);
/hardware/interfaces/audio/effect/6.0/
DINoiseSuppressionEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIAutomaticGainControlEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIEqualizerEffect.hal87 setAllProperties(AllProperties properties) generates (Result retval);
DIEnvironmentalReverbEffect.hal172 setAllProperties(AllProperties properties) generates (Result retval);
/hardware/interfaces/audio/effect/5.0/
DINoiseSuppressionEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIAutomaticGainControlEffect.hal62 setAllProperties(AllProperties properties) generates (Result retval);
DIEqualizerEffect.hal87 setAllProperties(AllProperties properties) generates (Result retval);
DIEnvironmentalReverbEffect.hal172 setAllProperties(AllProperties properties) generates (Result retval);
/hardware/interfaces/audio/effect/all-versions/default/
DAutomaticGainControlEffect.h103 Return<Result> setAllProperties(
DNoiseSuppressionEffect.h101 Return<Result> setAllProperties(
DEqualizerEffect.h108 Return<Result> setAllProperties(const IEqualizerEffect::AllProperties& properties) override;
DEnvironmentalReverbEffect.h121 Return<Result> setAllProperties(
DAutomaticGainControlEffect.cpp212 Return<Result> AutomaticGainControlEffect::setAllProperties( in setAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::AutomaticGainControlEffect
DNoiseSuppressionEffect.cpp205 Return<Result> NoiseSuppressionEffect::setAllProperties( in setAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::NoiseSuppressionEffect
DEnvironmentalReverbEffect.cpp291 Return<Result> EnvironmentalReverbEffect::setAllProperties( in setAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::EnvironmentalReverbEffect
DEqualizerEffect.cpp265 Return<Result> EqualizerEffect::setAllProperties( in setAllProperties() function in android::hardware::audio::effect::CPP_VERSION::implementation::EqualizerEffect
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp752 Return<Result> ret = equalizer->setAllProperties(props); in TEST_P()
767 ret = equalizer->setAllProperties(props); in TEST_P()