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

  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 164 const SectionMap::Output* outputDesc() const { return m_pOutputDesc; }
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioOutputDescriptor.cpp 78 const sp<AudioOutputDescriptor>& outputDesc)
80 if (outputDesc->isDuplicated()) {
81 return sharesHwModuleWith(outputDesc->subOutput1()) ||
82 sharesHwModuleWith(outputDesc->subOutput2());
84 return hasSameHwModuleAs(outputDesc);
268 const sp<AudioOutputDescriptor>& outputDesc)
271 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc);
272 } else if (outputDesc->isDuplicated()){
273 return sharesHwModuleWith(outputDesc->subOutput1()) |
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 447 sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueFor(output);
448 ALOG_ASSERT(!outputDesc->isDuplicated(),
450 outputDesc->toAudioPortConfig(&patch.sources[1]);
490 sp<AudioOutputDescriptor> outputDesc = mOutputs.valueFor(output);
491 ALOG_ASSERT(!outputDesc->isDuplicated(),
493 outputDesc->toAudioPortConfig(&patch.sources[1]);
675 sp<SwAudioOutputDescriptor> outputDesc = mOutputs.valueAt(i);
676 audio_devices_t newDevice = getNewOutputDevice(outputDesc, true /*fromCache*/);
677 if ((mEngine->getPhoneState() != AUDIO_MODE_IN_CALL) || (outputDesc != mPrimaryOutput)) {
678 waitMs = setOutputDevice(outputDesc, newDevice, (newDevice != AUDIO_DEVICE_NONE)
    [all...]

Completed in 250 milliseconds