Searched refs:sharesHwModuleWith (Results 1 – 2 of 2) sorted by relevance
455 bool sharesHwModuleWith(const sp<AudioOutputDescriptor> outputDesc);
1143 if (outputDesc->sharesHwModuleWith(desc) && in startOutput()1218 outputDesc->sharesHwModuleWith(desc) && in stopOutput()5280 bool AudioPolicyManager::AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioPolicyManager::AudioOutputDescriptor5284 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()5286 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2); in sharesHwModuleWith()