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
360 void setThread(const sp<ThreadBase>& thread);
DEffects.cpp1478 effect->setThread(thread); in addEffect_l()
1947 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
1952 mEffects[i]->setThread(thread); in setThread()
DThreads.cpp2289 chain->setThread(this); in addEffectChain_l()
6312 chain->setThread(this); in addEffectChain_l()