Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1350 struct audio_config_base bestSinkConfig; in getBestMsdAudioProfileFor() local
1353 &bestSinkConfig); in getBestMsdAudioProfileFor()
1359 sinkConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()
1360 sinkConfig->channel_mask = bestSinkConfig.channel_mask; in getBestMsdAudioProfileFor()
1361 sinkConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()
1365 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()
1367 sourceConfig->channel_mask = audio_channel_mask_out_to_in(bestSinkConfig.channel_mask); in getBestMsdAudioProfileFor()
1368 sourceConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()