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