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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.h609 sp<ThreadBase> openOutput_l(audio_module_handle_t module,
H A DPatchPanel.cpp277 sp<ThreadBase> thread = audioflinger->openOutput_l(
285 ALOGV("audioflinger->openOutput_l() returned %p",
H A DAudioFlinger.cpp2032 sp<AudioFlinger::ThreadBase> AudioFlinger::openOutput_l(audio_module_handle_t module, function in class:android::AudioFlinger
2049 ALOGE("openOutput_l requested output handle %d is not AUDIO_IO_HANDLE_NONE", *output);
2066 // ALOGV("openOutput_l() upgrading format to %#08x", config->format);
2093 ALOGV("openOutput_l() created mmap playback thread: ID %d thread %p",
2100 ALOGV("openOutput_l() created offload output: ID %d thread %p",
2106 ALOGV("openOutput_l() created direct output: ID %d thread %p",
2110 ALOGV("openOutput_l() created mixer output: ID %d thread %p",
2144 sp<ThreadBase> thread = openOutput_l(module, output, config, *devices, address, flags);

Completed in 16 milliseconds