Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:createEffect_l

675 // ThreadBase::createEffect_l() must be called with AudioFlinger::mLock held
676 sp<AudioFlinger::EffectHandle> AudioFlinger::ThreadBase::createEffect_l(
696 ALOGW("createEffect_l() Audio driver not initialized.");
703 ALOGW("createEffect_l() Cannot add auxiliary effect %s to session %d",
710 ALOGW("createEffect_l() effect %s (flags %08x) created on wrong thread type %d",
716 ALOGV("createEffect_l() thread %p effect %s on session %d", this, desc->name, sessionId);
725 ALOGV("createEffect_l() new effect chain for session %d", sessionId);
734 ALOGV("createEffect_l() got effect %p on chain %p", effect.get(), chain.get());