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

/frameworks/av/services/audioflinger/
H A DEffects.h92 void setThread(const wp<ThreadBase>& thread) { mThread = thread; } function in class:EffectModule
360 void setThread(const sp<ThreadBase>& thread);
H A DEffects.cpp1478 effect->setThread(thread);
1947 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) function in class:android::AudioFlinger::EffectChain
1952 mEffects[i]->setThread(thread);
H A DThreads.cpp2289 chain->setThread(this);
6312 chain->setThread(this);

Completed in 61 milliseconds