Home
last modified time | relevance | path

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

/hardware/qcom/audio/visualizer/
Doffload_visualizer.c284 struct listnode *out_node; in effects_enabled() local
286 list_for_each(out_node, &active_outputs_list) { in effects_enabled()
288 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()
390 struct listnode *out_node; in capture_thread_loop() local
392 list_for_each(out_node, &active_outputs_list) { in capture_thread_loop()
393 output_context_t *out_ctxt = node_to_item(out_node, in capture_thread_loop()
/hardware/qcom/audio/post_proc/
Dbundle.c155 struct listnode *out_node; in effects_enabled() local
157 list_for_each(out_node, &active_outputs_list) { in effects_enabled()
159 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()