Searched refs:policyDesc (Results 1 – 2 of 2) sorted by relevance
170 sp<SwAudioOutputDescriptor> policyDesc = policyMix->getOutput(); in getOutputForAttr() local171 if (!policyDesc) { in getOutputForAttr()192 policyDesc->mPolicyMix = policyMix; in getOutputForAttr()194 primaryDesc = policyDesc; in getOutputForAttr()197 if (policyDesc->mIoHandle == AUDIO_IO_HANDLE_NONE) { in getOutputForAttr()201 secondaryDescs->push_back(policyDesc); in getOutputForAttr()
963 sp<SwAudioOutputDescriptor> policyDesc; in getOutputForAttrInt() local964 status = mPolicyMixes.getOutputForAttr(*resultAttr, uid, *flags, policyDesc, secondaryDescs); in getOutputForAttrInt()970 bool usePrimaryOutputFromPolicyMixes = requestedDevice == nullptr && policyDesc != nullptr; in getOutputForAttrInt()979 *output = policyDesc->mIoHandle; in getOutputForAttrInt()980 sp<AudioPolicyMix> mix = policyDesc->mPolicyMix.promote(); in getOutputForAttrInt()