Lines Matching refs:output_context_t
106 output_context_t *get_output(audio_io_handle_t output) in get_output()
111 output_context_t *out_ctxt = node_to_item(node, in get_output()
112 output_context_t, in get_output()
120 void add_effect_to_output(output_context_t * output, effect_context_t *context) in add_effect_to_output()
137 void remove_effect_from_output(output_context_t * output, in remove_effect_from_output()
161 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()
162 output_context_t, in effects_enabled()
187 output_context_t * out_ctxt = NULL; in offload_effects_bundle_hal_start_output()
201 out_ctxt = (output_context_t *) in offload_effects_bundle_hal_start_output()
202 malloc(sizeof(output_context_t)); in offload_effects_bundle_hal_start_output()
252 output_context_t *out_ctxt; in offload_effects_bundle_hal_stop_output()
443 output_context_t *out_ctxt = get_output(ioId); in effect_lib_create()
468 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
687 output_context_t *out_ctxt; in effect_command()