[go: nahoru, domu]

Searched refs:openInput_l (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h529 sp<RecordThread> openInput_l(audio_module_handle_t module,
H A DPatchPanel.cpp279 newPatch->mRecordThread = audioflinger->openInput_l(srcModule,
286 ALOGV("audioflinger->openInput_l() returned %p inChannelMask %08x",
H A DAudioFlinger.cpp1830 // If this is ever needed, see openInput_l() for example code.
2079 sp<RecordThread> thread = openInput_l(module, input, config, *devices, address, source, flags);
2089 sp<AudioFlinger::RecordThread> AudioFlinger::openInput_l(audio_module_handle_t module, function in class:android::AudioFlinger
2109 ALOGE("openInput_l() requested input handle %d is invalid", *input);
2113 ALOGE("openInput_l() requested input handle %d is already assigned", *input);
2122 ALOGV("openInput_l() openInputStream returned input %p, SamplingRate %d"
2140 ALOGV("openInput_l() reopening with proposed sampling rate and channel mask");
2214 ALOGV("openInput_l() created record thread: ID %d thread %p", *input, thread.get());

Completed in 29 milliseconds