Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/
Dcras_dsp_ini.h20 PORT_OUTPUT, enumerator
Dcras_dsp_ini.c107 direction = PORT_OUTPUT; in parse_ports()
260 case PORT_OUTPUT: return "output"; in port_direction_str()
Dcras_dsp_pipeline.c205 if (port->direction == PORT_OUTPUT && port->type == type) in find_origin_port()