Searched defs:setThread (Results 1 – 4 of 4) sorted by relevance
237 void setThread(const sp<IAfThreadBase>& thread) { mThread = thread; } in setThread() function
688 void setThread(const sp<IAfThreadBase>& thread) { in setThread() function
3048 void EffectChain::setThread(const sp<IAfThreadBase>& thread) in setThread() function in android::EffectChain
391 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController