Searched refs:propertiesToHal (Results 1 - 8 of 8) sorted by relevance

/hardware/interfaces/audio/effect/2.0/default/
H A DAutomaticGainControlEffect.cpp43 void AutomaticGainControlEffect::propertiesToHal( function in class:android::hardware::audio::effect::V2_0::implementation::AutomaticGainControlEffect
219 propertiesToHal(properties, &halProperties);
H A DNoiseSuppressionEffect.cpp42 void NoiseSuppressionEffect::propertiesToHal( function in class:android::hardware::audio::effect::V2_0::implementation::NoiseSuppressionEffect
216 propertiesToHal(properties, &halProperties);
H A DEnvironmentalReverbEffect.cpp50 void EnvironmentalReverbEffect::propertiesToHal( function in class:android::hardware::audio::effect::V2_0::implementation::EnvironmentalReverbEffect
298 propertiesToHal(properties, &halProperties);
H A DEqualizerEffect.cpp49 std::vector<uint8_t> EqualizerEffect::propertiesToHal( function in class:android::hardware::audio::effect::V2_0::implementation::EqualizerEffect
279 std::vector<uint8_t> halBuffer = propertiesToHal(properties, &halPropertiesPtr);
H A DAutomaticGainControlEffect.h121 void propertiesToHal(
H A DEnvironmentalReverbEffect.h147 void propertiesToHal(
H A DEqualizerEffect.h137 std::vector<uint8_t> propertiesToHal(
H A DNoiseSuppressionEffect.h129 void propertiesToHal(

Completed in 190 milliseconds