Lines Matching refs:openInput_l
2291 // If this is ever needed, see openInput_l() for example code.
2577 sp<ThreadBase> thread = openInput_l(
2588 sp<AudioFlinger::ThreadBase> AudioFlinger::openInput_l(audio_module_handle_t module,
2613 ALOGE("openInput_l() requested input handle %d is invalid", *input);
2617 ALOGE("openInput_l() requested input handle %d is already assigned", *input);
2627 ALOGV("openInput_l() openInputStream returned input %p, devices %#x, SamplingRate %d"
2646 ALOGV("openInput_l
2662 ALOGV("openInput_l() created mmap capture thread: ID %d thread %p", *input,
2677 ALOGV("openInput_l() created record thread: ID %d thread %p", *input, thread.get());