Lines Matching refs:resultAttr

1195         audio_attributes_t *resultAttr,  in getOutputForAttrInt()  argument
1219 status_t status = getAudioAttributes(resultAttr, attr, *stream); in getOutputForAttrInt()
1224 resultAttr->flags = static_cast<audio_flags_mask_t>(resultAttr->flags | it->second); in getOutputForAttrInt()
1226 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
1229 toString(*resultAttr).c_str(), toString(*stream).c_str(), session, requestedPortId); in getOutputForAttrInt()
1241 status = mPolicyMixes.getOutputForAttr(*resultAttr, clientConfig, uid, session, *flags, in getOutputForAttrInt()
1295 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
1311 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
1317 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt()
1319 if ((resultAttr->flags & AUDIO_FLAG_HW_AV_SYNC) != 0) { in getOutputForAttrInt()
1329 (*stream == AUDIO_STREAM_MUSIC || resultAttr->usage == AUDIO_USAGE_VOICE_COMMUNICATION) && in getOutputForAttrInt()
1344 … *output = getOutputForDevices(msdDevices, session, resultAttr, config, flags, isSpatialized); in getOutputForAttrInt()
1357 mEngine->getProductStrategyForAttributes(*resultAttr), in getOutputForAttrInt()
1380 *output = getOutputForDevices(outputDevices, session, resultAttr, config, in getOutputForAttrInt()
1381 flags, isSpatialized, info, resultAttr->flags & AUDIO_FLAG_MUTE_HAPTIC); in getOutputForAttrInt()
1455 audio_attributes_t resultAttr; in getOutputForAttr() local
1466 status_t status = getOutputForAttrInt(&resultAttr, output, session, attr, stream, uid, in getOutputForAttr()
1493 new TrackClientDescriptor(*portId, uid, session, resultAttr, clientConfig, in getOutputForAttr()
1495 mEngine->getProductStrategyForAttributes(resultAttr), in getOutputForAttr()
1496 toVolumeSource(resultAttr), in getOutputForAttr()
5360 audio_attributes_t resultAttr; in createAudioPatchInternal() local
5375 getOutputForAttrInt(&resultAttr, &output, AUDIO_SESSION_NONE, &attributes, in createAudioPatchInternal()