Home
last modified time | relevance | path

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

/device/htc/flounder/audio/visualizer/
Dnv_offload_visualizer.c66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */ member
394 if (fx_ctxt->out_handle == output) { in visualizer_hal_start_output()
895 context->out_handle = (audio_io_handle_t)ioId; in effect_lib_create()
932 output_context_t *out_ctxt = get_output(context->out_handle); in effect_lib_release()
1142 if (context->out_handle == offload_param->ioHandle) in effect_command()
1145 out_ctxt = get_output(context->out_handle); in effect_command()
1149 context->out_handle = offload_param->ioHandle; in effect_command()