Searched refs:outputDesc (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
H A D | AudioOutputDescriptor.cpp | 77 const sp<AudioOutputDescriptor>& outputDesc) in sharesHwModuleWith() argument 79 return hasSameHwModuleAs(outputDesc); in sharesHwModuleWith() 318 return mOutput1->sharesHwModuleWith(outputDesc) || mOutput2->sharesHwModuleWith(outputDesc); in sharesHwModuleWith() 319 } else if (outputDesc->isDuplicated()){ in sharesHwModuleWith() 735 && (!(outputDesc->devices() in isActiveLocally() 737 || outputDesc->devices() in isActiveLocally() 784 if (!outputDesc->isDuplicated() && in getA2dpOutput() 815 return outputDesc; in getPrimaryOutput() 825 if (outputDesc->getId() == id) { in getOutputFromId() 826 return outputDesc; in getOutputFromId() [all …]
|
/aosp12/frameworks/av/services/audiopolicy/managerdefault/ |
H A D | AudioPolicyManager.cpp | 1304 outputDesc->getSamplingRate(), config->format, outputDesc->getFormat(), in openDirectOutput() 1787 if (outputDesc == 0) { in startOutput() 1805 outputDesc->stop(); in startOutput() 1998 if (outputDesc == 0) { in stopOutput() 2010 outputDesc->stop(); in stopOutput() 2057 setOutputDevices(outputDesc, newDevices, false, outputDesc->latency()*2); in stopSource() 2103 if (outputDesc == 0) { in releaseOutput() 2125 outputDesc->mDirectOpenCount, outputDesc->mIoHandle); in releaseOutput() 2135 if (outputDesc->mPendingReopenToQueryProfiles && outputDesc->getClientCount() == 0) { in releaseOutput() 4832 outputDesc != 0 && outputDesc->mIoHandle == output) { in getSourceForAttributesOnOutput() [all …]
|
H A D | AudioPolicyManager.h | 462 void addOutput(audio_io_handle_t output, const sp<SwAudioOutputDescriptor>& outputDesc); 468 uint32_t setOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, 474 status_t resetOutputDevice(const sp<AudioOutputDescriptor>& outputDesc, 498 const sp<AudioOutputDescriptor>& outputDesc, 503 void applyStreamVolumes(const sp<AudioOutputDescriptor>& outputDesc, 518 const sp<AudioOutputDescriptor>& outputDesc, 533 const sp<AudioOutputDescriptor>& outputDesc, 631 DeviceVector getNewOutputDevices(const sp<SwAudioOutputDescriptor>& outputDesc, 670 virtual uint32_t checkDeviceMuteStrategies(const sp<AudioOutputDescriptor>& outputDesc, 769 status_t startSource(const sp<SwAudioOutputDescriptor>& outputDesc, [all …]
|
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/ |
H A D | AudioOutputDescriptor.h | 156 bool sharesHwModuleWith(const sp<AudioOutputDescriptor>& outputDesc); 338 bool sharesHwModuleWith(const sp<SwAudioOutputDescriptor>& outputDesc); 528 const sp<AudioOutputDescriptor> &outputDesc = valueAt(i); in isAnyOutputActive() local 529 if (outputDesc->isAnyActive(volumeSourceToIgnore)) { in isAnyOutputActive() 558 const sp<AudioOutputDescriptor> &outputDesc = valueAt(i); in isAnyOutputActive() local 559 if (outputDesc->isAnyActive(volumeSourceToIgnore)) { in isAnyOutputActive()
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | UnaryOp.cpp | 80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval() 102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval() 173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
|
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/ |
H A D | AudioPolicyManagerBase.h | 264 bool sharesHwModuleWith(const AudioOutputDescriptor *outputDesc); 343 void addOutput(audio_io_handle_t id, AudioOutputDescriptor *outputDesc); 488 uint32_t checkDeviceMuteStrategies(AudioOutputDescriptor *outputDesc,
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | Operand.h | 164 const SectionMap::Output* outputDesc() const { return m_pOutputDesc; } in outputDesc() function
|
/aosp12/build/soong/sdk/ |
H A D | update.go | 413 outputDesc := "Building snapshot for " + ctx.ModuleName() 422 desc = outputDesc 441 Description: outputDesc,
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioSystem.cpp | 405 sp<AudioIoDescriptor> outputDesc = getIoDescriptor(output); in getLatency() local 406 if (outputDesc == 0) { in getLatency() 409 *latency = outputDesc->mLatency; in getLatency()
|