Home
last modified time | relevance | path

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

/system/media/tests/
Dsystemaudio_tests.cpp48 const audio_port_config src = { in TEST()
52 const audio_port_config sink = { in TEST()
65 audio_port_config device_src_cfg = { in TEST()
73 audio_port_config device_sink_cfg = { in TEST()
81 audio_port_config mix_sink_cfg = { in TEST()
89 audio_port_config mix_src_cfg = { in TEST()
102 const audio_port_config src = { in TEST()
104 const audio_port_config sink = { in TEST()
115 audio_port_config sink_hw_av_sync = sink; in TEST()
320 void fillFakeAudioPortConfigInfo(struct audio_port_config* config);
[all …]
/system/media/audio/include/system/
Daudio.h582 struct audio_port_config { struct
659 struct audio_port_config active_config; /* current audio port configuration */
707 struct audio_port_config active_config; /* current audio port configuration */
744 memcpy(&portV7->active_config, &port->active_config, sizeof(struct audio_port_config)); in audio_populate_audio_port_v7()
804 memcpy(&port->active_config, &portV7->active_config, sizeof(struct audio_port_config)); in audio_populate_audio_port()
842 static inline bool audio_port_config_has_input_direction(const struct audio_port_config *port_cfg) { in audio_port_config_has_input_direction()
847 const struct audio_port_config *lhs, const struct audio_port_config *rhs) { in audio_port_configs_are_equal()
1086 struct audio_port_config sources[AUDIO_PATCH_PORTS_MAX];
1088 struct audio_port_config sinks[AUDIO_PATCH_PORTS_MAX];
1946 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()