Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp903 audio_attributes_t *resultAttr, in getOutputForAttrInt() argument
923 status_t status = getAudioAttributes(resultAttr, attr, *stream); in getOutputForAttrInt()
928 resultAttr->flags |= it->second; in getOutputForAttrInt()
930 *stream = mEngine->getStreamTypeForAttributes(*resultAttr); in getOutputForAttrInt()
933 toString(*resultAttr).c_str(), toString(*stream).c_str(), session, requestedPortId); in getOutputForAttrInt()
939 status = mPolicyMixes.getOutputForAttr(*resultAttr, uid, *flags, primaryMix, secondaryMixes); in getOutputForAttrInt()
980 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
989 if (resultAttr->usage == AUDIO_USAGE_VIRTUAL_SOURCE) { in getOutputForAttrInt()
995 outputDevices = mEngine->getOutputDevicesForAttributes(*resultAttr, requestedDevice, false); in getOutputForAttrInt()
997 if ((resultAttr->flags & AUDIO_FLAG_HW_AV_SYNC) != 0) { in getOutputForAttrInt()
[all …]
DAudioPolicyManager.h830 status_t getOutputForAttrInt(audio_attributes_t *resultAttr,