Searched defs:setThread (Results 1 – 4 of 4) sorted by relevance
203 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() function
619 void setThread(const sp<ThreadBase>& thread) { in setThread() function
2839 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
279 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController