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()266 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor270 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()272 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()273 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()275 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()
48 virtual bool sharesHwModuleWith(const sp<AudioOutputDescriptor> outputDesc);105 virtual bool sharesHwModuleWith(const sp<AudioOutputDescriptor> outputDesc);
1203 if (outputDesc->sharesHwModuleWith(desc) && in startSource()1322 outputDesc->sharesHwModuleWith(desc) && in stopSource()