Lines Matching defs:sharesHwModuleWith
773 if (outputDesc->sharesHwModuleWith(desc) &&
848 outputDesc->sharesHwModuleWith(desc) &&
3533 bool AudioPolicyManagerBase::AudioOutputDescriptor::sharesHwModuleWith(
3537 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc);
3539 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2);