Searched refs:sharesHwModuleWith (Results 1 – 2 of 2) sorted by relevance
264 bool sharesHwModuleWith(const AudioOutputDescriptor *outputDesc);
772 if (outputDesc->sharesHwModuleWith(desc) && in startOutput()847 outputDesc->sharesHwModuleWith(desc) && in stopOutput()3532 bool AudioPolicyManagerBase::AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android_audio_legacy::AudioPolicyManagerBase::AudioOutputDescriptor3536 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()3538 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2); in sharesHwModuleWith()