Home
last modified time | relevance | path

Searched refs:hwOutput (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DClientDescriptor.cpp107 void SourceClientDescriptor::setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput) in setHwOutput() argument
109 mHwOutput = hwOutput; in setHwOutput()
/aosp12/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DClientDescriptor.h218 wp<HwAudioOutputDescriptor> hwOutput() const { return mHwOutput; } in hwOutput() function
219 void setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput);
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp4508 sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->hwOutput().promote(); in connectAudioSource()
4812 sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->hwOutput().promote(); in disconnectAudioSource()