Searched refs:sharesHwModuleWith (Results 1 – 3 of 3) sorted by relevance
77 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor81 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()82 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()267 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor271 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()273 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()274 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()276 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
50 virtual bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);107 virtual bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);
1282 if (outputDesc->sharesHwModuleWith(desc) && in startSource()1402 outputDesc->sharesHwModuleWith(desc) && in stopSource()