Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp76 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor
314 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor
318 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
320 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()
321 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()
323 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
768 if (desc->sharesHwModuleWith(otherDesc) && in isStrategyActiveOnSameModule()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioOutputDescriptor.h156 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);
338 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioPolicyManagerBase.h264 bool sharesHwModuleWith(const AudioOutputDescriptor *outputDesc);
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp1907 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()
2066 outputDesc->sharesHwModuleWith(desc) && in stopSource()