Lines Matching refs:effect_context_t
91 bool effect_exists(effect_context_t *context) in effect_exists()
96 effect_context_t *fx_ctxt = node_to_item(node, in effect_exists()
97 effect_context_t, in effect_exists()
120 void add_effect_to_output(output_context_t * output, effect_context_t *context) in add_effect_to_output()
125 effect_context_t *fx_ctxt = node_to_item(fx_node, in add_effect_to_output()
126 effect_context_t, in add_effect_to_output()
138 effect_context_t *context) in remove_effect_from_output()
143 effect_context_t *fx_ctxt = node_to_item(fx_node, in remove_effect_from_output()
144 effect_context_t, in remove_effect_from_output()
166 effect_context_t *fx_ctxt = node_to_item(fx_node, in effects_enabled()
167 effect_context_t, in effects_enabled()
231 effect_context_t *fx_ctxt = node_to_item(node, in offload_effects_bundle_hal_start_output()
232 effect_context_t, 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()
273 effect_context_t, in offload_effects_bundle_hal_stop_output()
292 int set_config(effect_context_t *context, effect_config_t *config) in set_config()
302 void get_config(effect_context_t *context, effect_config_t *config) in get_config()
333 effect_context_t *context; in effect_lib_create()
338 context = (effect_context_t *)eq_ctxt; in effect_lib_create()
355 context = (effect_context_t *)bass_ctxt; in effect_lib_create()
372 context = (effect_context_t *)virt_ctxt; in effect_lib_create()
395 context = (effect_context_t *)reverb_ctxt; in effect_lib_create()
458 effect_context_t *context = (effect_context_t *)handle; in effect_lib_release()
515 effect_context_t * context = (effect_context_t *)self; in effect_process()
540 effect_context_t * context = (effect_context_t *)self; in effect_command()
738 effect_context_t *context = (effect_context_t *)self; in effect_get_descriptor()
748 bool effect_is_active(effect_context_t * ctxt) { in effect_is_active()