Searched refs:hwOutput (Results 1 – 3 of 3) sorted by relevance
102 void SourceClientDescriptor::setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput) in setHwOutput() argument104 mHwOutput = hwOutput; in setHwOutput()
195 wp<HwAudioOutputDescriptor> hwOutput() const { return mHwOutput; } in hwOutput() function196 void setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput);
4200 sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->hwOutput().promote(); in disconnectAudioSource()