Searched refs:sharesHwModuleWith (Results 1 – 3 of 3) sorted by relevance
76 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor284 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor288 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()
154 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);320 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
1692 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()1848 outputDesc->sharesHwModuleWith(desc) && in stopSource()