Searched refs:sourceConfig (Results 1 – 5 of 5) sorted by relevance
977 AudioPortConfig sourceConfig = mAudioSource.activeConfig(); in updateAudioConfigLocked() local1025 if (sourceConfig == null || sourceGainConfig != null) { in updateAudioConfigLocked()1045 sourceConfig = mAudioSource.buildConfig(sourceSamplingRate, sourceChannelMask, in updateAudioConfigLocked()1056 new AudioPortConfig[] { sourceConfig }, in updateAudioConfigLocked()
1440 audio_port_config *sourceConfig, audio_port_config *sinkConfig) const in getBestMsdConfig() argument1465 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()1470 sourceConfig->flags.input = static_cast<audio_input_flags_t>( in getBestMsdConfig()1471 sourceConfig->flags.input | AUDIO_INPUT_FLAG_DIRECT); in getBestMsdConfig()1475 sourceConfig->flags.input = static_cast<audio_input_flags_t>( in getBestMsdConfig()1476 sourceConfig->flags.input | AUDIO_INPUT_FLAG_HW_AV_SYNC); in getBestMsdConfig()1481 sourceConfig->config_mask |= config_mask; in getBestMsdConfig()1506 audio_port_config sourceConfig = patchBuilder.patch()->sources[0]; in buildMsdPatch() local[all …]
886 audio_port_config *sourceConfig,
112 const ConfigDescription& sourceConfig,
4539 const ConfigDescription& sourceConfig, in shouldGenerateVersionedResource() argument4541 assert(sdkVersionToGenerate > sourceConfig.sdkVersion); in shouldGenerateVersionedResource()4545 ssize_t idx = entries.indexOfKey(sourceConfig); in shouldGenerateVersionedResource()4556 ConfigDescription tempConfig(sourceConfig); in shouldGenerateVersionedResource()