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

  /frameworks/av/services/audioflinger/
Threads.cpp 862 Vector< sp<AudioFlinger::EffectChain> >& effectChains)
864 effectChains = mEffectChains;
871 const Vector< sp<AudioFlinger::EffectChain> >& effectChains)
873 for (size_t i = 0; i < effectChains.size(); i++) {
874 effectChains[i]->unlock();
    [all...]
Threads.h 183 // Also sets the parameter 'effectChains' to current value of mEffectChains.
184 void lockEffectChains_l(Vector< sp<EffectChain> >& effectChains);
186 void unlockEffectChains(const Vector< sp<EffectChain> >& effectChains);
    [all...]

Completed in 21 milliseconds