Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1323 struct audio_config_base bestSinkConfig; in getBestMsdAudioProfileFor() local
1326 bestSinkConfig); in getBestMsdAudioProfileFor()
1332 sinkConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()
1333 sinkConfig->channel_mask = bestSinkConfig.channel_mask; in getBestMsdAudioProfileFor()
1334 sinkConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()
1346 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()
1348 sourceConfig->channel_mask = audio_channel_mask_out_to_in(bestSinkConfig.channel_mask); in getBestMsdAudioProfileFor()
1349 sourceConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()