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

  /frameworks/av/services/audioflinger/
Effects.h 260 sp<EffectModule> getEffectFromId_l(int id);
AudioFlinger.cpp     [all...]
Effects.cpp     [all...]
Tracks.cpp 764 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId);
    [all...]
Threads.cpp 799 return chain != 0 ? chain->getEffectFromId_l(effectId) : 0;
821 if (chain->getEffectFromId_l(effect->id()) != 0) {
    [all...]

Completed in 32 milliseconds