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.cpp79 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor
360 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor
364 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
366 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()
367 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()
369 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
901 if (desc->sharesHwModuleWith(otherDesc) && in isStrategyActiveOnSameModule()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DAudioOutputDescriptor.h160 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);
368 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2466 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()
2719 outputDesc->sharesHwModuleWith(desc) && in stopSource()