Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioOutputDescriptor.cpp76 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor
284 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor
288 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
290 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()
291 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()
293 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
697 if (desc->sharesHwModuleWith(otherDesc) && in isStrategyActiveOnSameModule()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h154 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);
320 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp1692 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()
1848 outputDesc->sharesHwModuleWith(desc) && in stopSource()