Home
last modified time | relevance | path

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

/hardware/qcom/audio/visualizer/
Doffload_visualizer.c287 struct listnode *out_node; in effects_enabled() local
289 list_for_each(out_node, &active_outputs_list) { in effects_enabled()
291 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()
394 struct listnode *out_node; in capture_thread_loop() local
396 list_for_each(out_node, &active_outputs_list) { in capture_thread_loop()
397 output_context_t *out_ctxt = node_to_item(out_node, in capture_thread_loop()
/hardware/qcom/audio/post_proc/
Dbundle.c157 struct listnode *out_node; in effects_enabled() local
159 list_for_each(out_node, &active_outputs_list) { in effects_enabled()
161 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()