Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DPatchPanel.h203 void setThread(sp<ThreadBase> thread) { mThread = thread; } in setThread() function
H A DEffects.h619 void setThread(const sp<ThreadBase>& thread) { in setThread() function
H A DEffects.cpp2839 void AudioFlinger::EffectChain::setThread(const sp<ThreadBase>& thread) in setThread() function in android::AudioFlinger::EffectChain
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java279 public void setThread(IApplicationThread thread) { in setThread() method in WindowProcessController