Searched refs:halEffect (Results 1 – 2 of 2) sorted by relevance
316 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in addEffect() local317 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() local327 if (halEffect != NULL) { in removeEffect()329 mStream->remove_audio_effect(mStream, halEffect)); in removeEffect()
532 effect_handle_t halEffect = EffectMap::getInstance().get(effectId); in openOutputStream() local533 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() local549 if (halEffect != NULL) { in openOutputStream()552 mDevice, static_cast<audio_port_handle_t>(device), halEffect)); in openOutputStream()