Searched refs:prefMixerConfigInfo (Results 1 – 1 of 1) sorted by relevance
1637 sp<PreferredMixerAttributesInfo> prefMixerConfigInfo, in getOutputForDevices() argument1690 prefMixerConfigInfo == nullptr && in getOutputForDevices()1723 if (prefMixerConfigInfo != nullptr) { in getOutputForDevices()1726 if (outputDesc->mProfile == prefMixerConfigInfo->getProfile()) { in getOutputForDevices()1734 config.channel_mask = prefMixerConfigInfo->getConfigBase().channel_mask; in getOutputForDevices()1735 config.sample_rate = prefMixerConfigInfo->getConfigBase().sample_rate; in getOutputForDevices()1736 config.format = prefMixerConfigInfo->getConfigBase().format; in getOutputForDevices()1738 prefMixerConfigInfo->getProfile(), devices, nullptr /*mixerConfig*/, in getOutputForDevices()1739 &config, prefMixerConfigInfo->getFlags()); in getOutputForDevices()