Home
last modified time | relevance | path

Searched refs:setThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DEffects.h92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; } in setThread() function
363 void setThread(const sp<ThreadBase>& thread);
DEffects.cpp1530 effect->setThread(thread); in addEffect_l()
2009 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
2014 mEffects[i]->setThread(thread); in setThread()
DThreads.cpp2865 chain->setThread(this); in addEffectChain_l()
7521 chain->setThread(this); in addEffectChain_l()