Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp43 const audio_port_config src = { in TEST()
47 const audio_port_config sink = { in TEST()
60 audio_port_config device_src_cfg = { in TEST()
68 audio_port_config device_sink_cfg = { in TEST()
76 audio_port_config mix_sink_cfg = { in TEST()
84 audio_port_config mix_src_cfg = { in TEST()
97 const audio_port_config src = { in TEST()
99 const audio_port_config sink = { in TEST()
110 audio_port_config sink_hw_av_sync = sink; in TEST()
/system/media/audio/include/system/
Daudio.h484 struct audio_port_config { struct
546 struct audio_port_config active_config; /* current audio port configuration */
570 struct audio_port_config sources[AUDIO_PATCH_PORTS_MAX];
572 struct audio_port_config sinks[AUDIO_PATCH_PORTS_MAX];
1320 static inline bool audio_port_config_has_input_direction(const struct audio_port_config *port_cfg) { in audio_port_config_has_input_direction()
1339 const struct audio_port_config *lhs, const struct audio_port_config *rhs) { in audio_port_configs_are_equal()
1379 static inline bool audio_port_config_has_hw_av_sync(const struct audio_port_config *port_cfg) { in audio_port_config_has_hw_av_sync()