Searched refs:hwOutput (Results 1 – 3 of 3) sorted by relevance
117 void SourceClientDescriptor::setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput) in setHwOutput() argument119 mHwOutput = hwOutput; in setHwOutput()
265 wp<HwAudioOutputDescriptor> hwOutput() const { return mHwOutput; } in hwOutput() function266 void setHwOutput(const sp<HwAudioOutputDescriptor>& hwOutput);
6182 sp<HwAudioOutputDescriptor> hwOutputDesc = sourceDesc->hwOutput().promote(); in disconnectAudioSource()