Searched defs:sharesHwModuleWith (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp77 bool AudioOutputDescriptor::sharesHwModuleWith( function in class:android::AudioOutputDescriptor
81 return sharesHwModuleWith(outputDesc->subOutput1()) ||
82 sharesHwModuleWith(outputDesc->subOutput2());
267 bool SwAudioOutputDescriptor::sharesHwModuleWith( function in class:android::SwAudioOutputDescriptor
271 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc);
273 return sharesHwModuleWith(outputDesc->subOutput1()) ||
274 sharesHwModuleWith(outputDesc->subOutput2());
276 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc);

Completed in 68 milliseconds