Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1442 struct audio_config_base bestSinkConfig; in getBestMsdConfig() local
1445 true /*preferHigherSamplingRates*/, bestSinkConfig); in getBestMsdConfig()
1451 sinkConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdConfig()
1452 sinkConfig->channel_mask = bestSinkConfig.channel_mask; in getBestMsdConfig()
1453 sinkConfig->format = bestSinkConfig.format; in getBestMsdConfig()
1465 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdConfig()
1467 sourceConfig->channel_mask = audio_channel_mask_out_to_in(bestSinkConfig.channel_mask); in getBestMsdConfig()
1468 sourceConfig->format = bestSinkConfig.format; in getBestMsdConfig()