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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioOutputDescriptor.cpp79 bool AudioOutputDescriptor::sharesHwModuleWith( function in class:android::AudioOutputDescriptor
83 return sharesHwModuleWith(outputDesc->subOutput1()) ||
84 sharesHwModuleWith(outputDesc->subOutput2());
268 bool SwAudioOutputDescriptor::sharesHwModuleWith( function in class:android::SwAudioOutputDescriptor
272 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc);
274 return sharesHwModuleWith(outputDesc->subOutput1()) ||
275 sharesHwModuleWith(outputDesc->subOutput2());
277 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc);

Completed in 69 milliseconds