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

/frameworks/av/services/audioflinger/
H A DThreads.cpp887 // ThreadBase::createEffect_l() must be called with AudioFlinger::mLock held
888 sp<AudioFlinger::EffectHandle> AudioFlinger::ThreadBase::createEffect_l( function in class:android::AudioFlinger::ThreadBase
907 ALOGW("createEffect_l() Audio driver not initialized.");
914 ALOGW("createEffect_l() Cannot add effect %s on Direct output type thread %s",
923 ALOGW("createEffect_l() Cannot add effect %s for multichannel(%d) %s threads",
939 ALOGW("createEffect_l() Cannot add global effect %s on thread %s", desc->name, mName);
947 ALOGW("createEffect_l() effect %s (flags %08x) created on wrong thread type %d",
953 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
962 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
971 ALOGV("createEffect_l() go
[all...]

Completed in 135 milliseconds