HomeSort by relevance Sort by last modified time
    Searched defs:sharesHwModuleWith (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 77 bool AudioOutputDescriptor::sharesHwModuleWith(
81 return sharesHwModuleWith(outputDesc->subOutput1()) ||
82 sharesHwModuleWith(outputDesc->subOutput2());
266 bool SwAudioOutputDescriptor::sharesHwModuleWith(
270 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc);
272 return sharesHwModuleWith(outputDesc->subOutput1()) ||
273 sharesHwModuleWith(outputDesc->subOutput2());
275 return AudioOutputDescriptor::sharesHwModuleWith(outputDesc);
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 57 milliseconds