Home
last modified time | relevance | path

Searched refs:halEffect (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/audio/core/all-versions/default/
H A DStream.cpp316 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in addEffect() local
317 if (halEffect != NULL) { in addEffect()
318 return analyzeStatus("add_audio_effect", mStream->add_audio_effect(mStream, halEffect)); in addEffect()
326 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in removeEffect() local
327 if (halEffect != NULL) { in removeEffect()
329 mStream->remove_audio_effect(mStream, halEffect)); in removeEffect()
H A DDevice.cpp532 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in openOutputStream() local
533 if (halEffect != NULL) { in openOutputStream()
536 mDevice, static_cast<audio_port_handle_t>(device), halEffect)); in openOutputStream()
548 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in openOutputStream() local
549 if (halEffect != NULL) { in openOutputStream()
552 mDevice, static_cast<audio_port_handle_t>(device), halEffect)); in openOutputStream()