Home | History | Annotate | Download | only in audioflinger

Lines Matching refs: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) {
251 if ((patch->num_sources == 2) ||
255 if (patch->num_sources == 2) {
348 status = hwDevice->createAudioPatch(patch->num_sources,
425 subPatch.num_sources = 1;
555 if (patch->mAudioPatch.num_sources != 2) {