Home
last modified time | relevance | path

Searched defs:setThread (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h236 void setThread(const sp<IAfThreadBase>& thread) { mThread = thread; } in setThread() function
DEffects.h641 void setThread(const sp<IAfThreadBase>& thread) { in setThread() function
DEffects.cpp2999 void EffectChain::setThread(const sp<IAfThreadBase>& thread) in setThread() function in android::EffectChain
/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java364 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController