Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:fullConfig

300         audio_config_t fullConfig = AUDIO_CONFIG_INITIALIZER;
301 fullConfig.sample_rate = config->sample_rate;
302 fullConfig.channel_mask = config->channel_mask;
303 fullConfig.format = config->format;
307 &fullConfig,