HomeSort by relevance Sort by last modified time
    Searched refs:createEffect_l (Results 1 - 3 of 3) sorted by null

  /frameworks/av/services/audioflinger/
Threads.h 152 sp<EffectHandle> createEffect_l(
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 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());
    [all...]

Completed in 133 milliseconds