Searched refs:hwOutput (Results 1 – 3 of 3) sorted by relevance
115 void SourceClientDescriptor::setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput) in setHwOutput() argument117 mHwOutput = hwOutput; in setHwOutput()
249 wp<HwAudioOutputDescriptor> hwOutput() const { return mHwOutput; } in hwOutput() function250 void setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput);
5355 sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->hwOutput().promote(); in disconnectAudioSource()