Home
last modified time | relevance | path

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

/system/media/audio/include/system/
Daudio.h1169 struct audio_port_config sinks[AUDIO_PATCH_PORTS_MAX]; member
2083 if (audio_port_config_has_hw_av_sync(&patch->sinks[i])) return true; in audio_patch_has_hw_av_sync()
2104 if (!audio_port_configs_are_equal(&lhs->sinks[i], &rhs->sinks[i])) return false; in audio_patches_are_equal()