Lines Matching refs:fx_ctxt
96 effect_context_t *fx_ctxt = node_to_item(node, in effect_exists() local
99 if (fx_ctxt == context) { in effect_exists()
125 effect_context_t *fx_ctxt = node_to_item(fx_node, in add_effect_to_output() local
128 if (fx_ctxt == context) in add_effect_to_output()
143 effect_context_t *fx_ctxt = node_to_item(fx_node, in remove_effect_from_output() local
146 if (fx_ctxt == context) { in remove_effect_from_output()
166 effect_context_t *fx_ctxt = node_to_item(fx_node, in effects_enabled() local
169 if ((fx_ctxt->state == EFFECT_STATE_ACTIVE) && in effects_enabled()
170 (fx_ctxt->ops.process != NULL)) in effects_enabled()
231 effect_context_t *fx_ctxt = node_to_item(node, in offload_effects_bundle_hal_start_output() local
234 if (fx_ctxt->out_handle == output) { in offload_effects_bundle_hal_start_output()
235 if (fx_ctxt->ops.start) in offload_effects_bundle_hal_start_output()
236 fx_ctxt->ops.start(fx_ctxt, out_ctxt); in offload_effects_bundle_hal_start_output()
237 list_add_tail(&out_ctxt->effects_list, &fx_ctxt->output_node); in offload_effects_bundle_hal_start_output()
272 effect_context_t *fx_ctxt = node_to_item(fx_node, in offload_effects_bundle_hal_stop_output() local
275 if (fx_ctxt->ops.stop) in offload_effects_bundle_hal_stop_output()
276 fx_ctxt->ops.stop(fx_ctxt, out_ctxt); in offload_effects_bundle_hal_stop_output()