Searched refs:AUDIO_PORT_CONFIG_SAMPLE_RATE (Results 1 – 14 of 14) sorted by relevance
37 .config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE | AUDIO_PORT_CONFIG_CHANNEL_MASK |
241 if (config->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in applyAudioPortConfig()283 dstConfig, srcConfig, AUDIO_PORT_CONFIG_SAMPLE_RATE, 0u); in toAudioPortConfig()
58 dstConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in toAudioPortConfig()
575 AUDIO_PORT_CONFIG_SAMPLE_RATE = 0x1u, enumerator582 AUDIO_PORT_CONFIG_ALL = AUDIO_PORT_CONFIG_SAMPLE_RATE |893 ((lhs->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) == 0 || in audio_port_configs_are_equal()
264 if (patch->sinks[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in createAudioPatch()296 if (patch->sources[0].config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in createAudioPatch()
3353 (mDevicePort.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) != 0) { in sampleRate()
1765 config->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
79 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
204 dstConfig->config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE|AUDIO_PORT_CONFIG_CHANNEL_MASK| in toAudioPortConfig()
581 halConfig.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE, in audioPortConfigFromHal()606 halConfig->config_mask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in audioPortConfigToHal()
227 return AUDIO_PORT_CONFIG_SAMPLE_RATE; in aidl2legacy_AudioPortConfigType_int32_t()244 case AUDIO_PORT_CONFIG_SAMPLE_RATE: in legacy2aidl_int32_t_AudioPortConfigType()1081 if (legacy.config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) { in legacy2aidl_audio_port_config_AudioPortConfig()
658 &lhs, &rhs, AUDIO_PORT_CONFIG_SAMPLE_RATE, audio_port_configs_are_equal); in TEST_P()
918 configMask |= AUDIO_PORT_CONFIG_SAMPLE_RATE; in convertAudioPortConfigToNative()1165 (nAudioPortConfig->config_mask & AUDIO_PORT_CONFIG_SAMPLE_RATE) in convertAudioPortConfigFromNative()
1513 const unsigned int config_mask = AUDIO_PORT_CONFIG_SAMPLE_RATE | in getBestMsdConfig()