Searched defs:dstConfig (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp6044 struct audio_port_config *dstConfig,
6049 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK|
6052 dstConfig->config_mask |= srcConfig->config_mask;
6054 AudioPortConfig::toAudioPortConfig(dstConfig, srcConfig);
6056 dstConfig->id = mId;
6057 dstConfig->role = AUDIO_PORT_ROLE_SOURCE;
6058 dstConfig->type = AUDIO_PORT_TYPE_MIX;
6059 dstConfig->ext.mix.hw_module = mProfile->mModule->mHandle;
6060 dstConfig->ext.mix.handle = mIoHandle;
6061 dstConfig
6043 toAudioPortConfig( struct audio_port_config *dstConfig, const struct audio_port_config *srcConfig) const argument
6126 toAudioPortConfig( struct audio_port_config *dstConfig, const struct audio_port_config *srcConfig) const argument
7313 toAudioPortConfig( struct audio_port_config *dstConfig, const struct audio_port_config *srcConfig) const argument
7676 toAudioPortConfig( struct audio_port_config *dstConfig, const struct audio_port_config *srcConfig) const argument
[all...]

Completed in 21 milliseconds