Home | History | Annotate | Download | only in audioflinger

Lines Matching full:num_sources

148     ALOGV("createAudioPatch() num_sources %d num_sinks %d handle %d",
149 patch->num_sources, patch->num_sinks, *handle);
154 if (patch->num_sources == 0 || patch->num_sources > AUDIO_PATCH_PORTS_MAX ||
155 (patch->num_sinks == 0 && patch->num_sources != 2) ||
161 if (patch->num_sources > 2) {
217 if ((patch->num_sources == 2) ||
221 if (patch->num_sources == 2) {
315 patch->num_sources,
388 subPatch.num_sources = 1;
516 if (patch->mAudioPatch.num_sources != 2) {