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

/frameworks/av/services/audioflinger/
H A DThreads.h291 sp<EffectHandle> createEffect_l(
H A DAudioFlinger.cpp2764 handle = thread->createEffect_l(client, effectClient, priority, sessionId,
H A DThreads.cpp1259 // ThreadBase::createEffect_l() must be called with AudioFlinger::mLock held
1260 sp<AudioFlinger::EffectHandle> AudioFlinger::ThreadBase::createEffect_l( function in class:android::AudioFlinger::ThreadBase
1279 ALOGW("createEffect_l() Audio driver not initialized.");
1286 ALOGW("createEffect_l() Cannot add effect %s on Direct output type thread %s",
1295 ALOGW("createEffect_l() Cannot add effect %s for multichannel(%d) %s threads",
1311 ALOGW("createEffect_l() Cannot add global effect %s on thread %s",
1320 ALOGW("createEffect_l() effect %s (flags %08x) created on wrong thread type %d",
1326 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
1335 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
1344 ALOGV("createEffect_l() go
[all...]

Completed in 732 milliseconds