Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/
DAudioPolicyManager.h455 bool sharesHwModuleWith(const sp<AudioOutputDescriptor> outputDesc);
DAudioPolicyManager.cpp1143 if (outputDesc->sharesHwModuleWith(desc) && in startOutput()
1218 outputDesc->sharesHwModuleWith(desc) && in stopOutput()
5280 bool AudioPolicyManager::AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioPolicyManager::AudioOutputDescriptor
5284 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
5286 return sharesHwModuleWith(outputDesc->mOutput1) || sharesHwModuleWith(outputDesc->mOutput2); in sharesHwModuleWith()