Searched refs:sharesHwModuleWith (Results 1 – 3 of 3) sorted by relevance
79 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor360 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor364 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()
160 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);368 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
2466 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()2719 outputDesc->sharesHwModuleWith(desc) && in stopSource()