Searched refs:sharesHwModuleWith (Results 1 – 4 of 4) sorted by relevance
76 bool AudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::AudioOutputDescriptor314 bool SwAudioOutputDescriptor::sharesHwModuleWith( in sharesHwModuleWith() function in android::SwAudioOutputDescriptor318 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith()320 return sharesHwModuleWith(outputDesc->subOutput1()) || in sharesHwModuleWith()321 sharesHwModuleWith(outputDesc->subOutput2()); in sharesHwModuleWith()323 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc); in sharesHwModuleWith()768 if (desc->sharesHwModuleWith(otherDesc) && in isStrategyActiveOnSameModule()
156 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc);338 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc);
264 bool sharesHwModuleWith(const AudioOutputDescriptor *outputDesc);
1907 const bool sharedDevice = outputDesc->sharesHwModuleWith(desc) in startSource()2066 outputDesc->sharesHwModuleWith(desc) && in stopSource()