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