Searched refs:swOutput (Results 1 – 3 of 3) sorted by relevance
97 void SourceClientDescriptor::setSwOutput(const sp<SwAudioOutputDescriptor>& swOutput) in setSwOutput() argument99 mSwOutput = swOutput; in setSwOutput()
193 wp<SwAudioOutputDescriptor> swOutput() const { return mSwOutput; } in swOutput() function194 void setSwOutput(const sp<SwAudioOutputDescriptor>& swOutput);
4191 sp<SwAudioOutputDescriptor> swOutputDesc = sourceDesc->swOutput().promote(); in disconnectAudioSource()4217 sp<SwAudioOutputDescriptor> outputDesc = sourceDesc->swOutput().promote(); in getSourceForAttributesOnOutput()