Lines Matching refs:resultAttr

902         audio_attributes_t *resultAttr,  in getOutputForAttrInt()  argument
920 status_t status = getAudioAttributes(resultAttr, attr, *stream); in getOutputForAttrInt()
925 resultAttr->flags |= it->second; in getOutputForAttrInt()
927 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
930 toString(*resultAttr).c_str(), toString(*stream).c_str(), session, requestedPortId); in getOutputForAttrInt()
936 status = mPolicyMixes.getOutputForAttr(*resultAttr, uid, *flags, policyDesc, secondaryDescs); in getOutputForAttrInt()
962 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
968 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt()
970 if ((resultAttr->flags & AUDIO_FLAG_HW_AV_SYNC) != 0) { in getOutputForAttrInt()
980 (*stream == AUDIO_STREAM_MUSIC || resultAttr->usage == AUDIO_USAGE_VOICE_COMMUNICATION) && in getOutputForAttrInt()
1007 flags, resultAttr->flags & AUDIO_FLAG_MUTE_HAPTIC); in getOutputForAttrInt()
1036 audio_attributes_t resultAttr; in getOutputForAttr() local
1047 status_t status = getOutputForAttrInt(&resultAttr, output, session, attr, stream, uid, in getOutputForAttr()
1066 new TrackClientDescriptor(*portId, uid, session, resultAttr, clientConfig, in getOutputForAttr()
1068 mEngine->getProductStrategyForAttributes(resultAttr), in getOutputForAttr()
1069 toVolumeSource(resultAttr), in getOutputForAttr()
3590 audio_attributes_t resultAttr; in createAudioPatchInternal() local
3599 getOutputForAttrInt(&resultAttr, &output, AUDIO_SESSION_NONE, &attributes, in createAudioPatchInternal()