Home
last modified time | relevance | path

Searched refs:resultAttr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp930 audio_attributes_t *resultAttr, in getOutputForAttrInt() argument
948 status_t status = getAudioAttributes(resultAttr, attr, *stream); in getOutputForAttrInt()
953 resultAttr->flags |= it->second; in getOutputForAttrInt()
955 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
958 toString(*resultAttr).c_str(), toString(*stream).c_str(), session, requestedPortId); in getOutputForAttrInt()
964 status = mPolicyMixes.getOutputForAttr(*resultAttr, uid, *flags, policyDesc, secondaryDescs); in getOutputForAttrInt()
990 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
996 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt()
998 if ((resultAttr->flags & AUDIO_FLAG_HW_AV_SYNC) != 0) { in getOutputForAttrInt()
1008 (*stream == AUDIO_STREAM_MUSIC || resultAttr->usage == AUDIO_USAGE_VOICE_COMMUNICATION) && in getOutputForAttrInt()
[all …]
DAudioPolicyManager.h800 status_t getOutputForAttrInt(audio_attributes_t *resultAttr,