Searched refs:sourceDesc (Results 1 – 2 of 2) sorted by relevance
3487 const sp<SourceClientDescriptor>& sourceDesc) in createAudioPatchInternal() argument3694 (sourceDesc != nullptr && in createAudioPatchInternal()3701 if (sourceDesc != nullptr) { in createAudioPatchInternal()3703 audio_attributes_t attributes = sourceDesc->attributes(); in createAudioPatchInternal()3704 audio_stream_type_t stream = sourceDesc->stream(); in createAudioPatchInternal()3707 config.sample_rate = sourceDesc->config().sample_rate; in createAudioPatchInternal()3708 config.channel_mask = sourceDesc->config().channel_mask; in createAudioPatchInternal()3709 config.format = sourceDesc->config().format; in createAudioPatchInternal()3715 &stream, sourceDesc->uid(), &config, &flags, in createAudioPatchInternal()3740 if (sourceDesc != nullptr) { in createAudioPatchInternal()[all …]
707 status_t connectAudioSource(const sp<SourceClientDescriptor>& sourceDesc);708 status_t disconnectAudioSource(const sp<SourceClientDescriptor>& sourceDesc);918 const sp<SourceClientDescriptor>& sourceDesc = nullptr);